Store, view, analyze, and organize your PGN files from anywhere. On any device.
- The apps front, and back-end are built using Next.JS, and hosted on Vercel.
- imported PGN data is collected from the lichess.org API.
- The pgn viewer is PGNViewer.JS.
development:
yarn && yarn dev
production:
yarn
yarn build && yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.