Coinflip minigame using SvelteKit with leaderboard implementation using better-sqlite3. Backend is currently not being hosted, so the live-demo leaderboard is not functioning.
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version:
npm run build