Clone this repo, then
runserver.sh
Visit http://localhost:8000 and have fun!
Edit data/games.js, which contains a javascript array of games in PGN format. The top game should be the current one. Add a move, check it in, and push!
Adapted from pgnviewer:
Includes:
- chessboard.js: https://github.com/oakmac/chessboardjs
- chess.js: https://github.com/jhlywa/chess.js
This code is released under the MIT License.