The ultimate Chess website for statiaticians. View all your chess stats across federations and chess websites on one site!
(All in progress, but planned!)
- Notate your OTB games with the game viewer
- View your Chess.com stats
- View your Lichess stats
- View your US Chess stats
- View your FIDE stats
And even more features coming soon!
If you want to help contribute, you're more than welcome to! Just fork the repo and make a pull request.
This site uses Nuxt, a Vue framework. We use Bun as our package manager.
- Bun
- Some knowledge of Vue/JS
- Fork and clone the repo
- Run
bun install
to install dependencies - Prepare the
.env
file as followscp .env.example .env
- Create a DB for your application in Supabase and put the connection information in the
.env
file.SUPABASE_URL="https://example.supabase.co" SUPABASE_KEY="<your_key>" SUPABASE_SERVICE_KEY="<your_service_key>"
- Fill out extra
.env
options as needed - Run
bun run dev
to start the development server - Go to
localhost:3000
to view the site - Make changes and submit a pull request!