abebinder / memchess

An application to teach chess openings by repetition. Site is live at https://memchess.org
GNU General Public License v3.0
5 stars 3 forks source link
chess react reactjs typescript

Live Site

Site is live at memchess.org

About

To learn chess openings by repetition. Inspired by the original memchess.com which unfortunately disappeared in 2019. Created with react. Deployed on aws amplify.

Prereqs

nodejs and npm

yarn

Setup

Clone repo.

To install dependencies, in project's root directory:

yarn install

To start development server of application:

yarn start

Open http://localhost:3000 to view it in the browser. If youre developing on windows, there might be a problem with finding the installation of react-scripts when running yarn start If this is the case, a workaround will be to run

.\node_modules\.bin\react-scripts.cmd start

Credits

jay who created original memchess

niklasf who created eco repository of openings

favicon by Dima Lagunov