Depreciated, check out https://github.com/ArneVogel/listudy
Listudy allows you to use spaced repetition to study opening repertoires, endgames and everything else you can express in a PGN.
Run the site locally
- Clone the repo
cd listudy/server
mv .env-example .env
go run main.go
- Visit localhost:8000
Change the Study Javascript
- The Javascript for running the spaced repetition studying is located in the app folder
- After making your changes run
make