It is web app that allows to track board game results. It is possible to create new events shown on the homescreen, create new seasons for each game, add friends, and see stats for almost anything for the dedicated game. Currently, the following games are supported:
- Terra Mystica
- Marco Polo
- Wingspan
Since it is only used privately, registrations are not permitted. Feel free to clone this project and use it for yourself.
npm install
npm install -g netlify-cli
netlify link (choose your site on netlify)
SET FAUNADB_SERVER_SECRET=XXX
netlify dev
npm run build
npm run test
npm run lint