Skip to content

Coinflip minigame using SvelteKit with leaderboard implementation using better-sqlite3.

License

Notifications You must be signed in to change notification settings

reubenjds/coinflip

Repository files navigation

CoinFlip

Coinflip minigame using SvelteKit with leaderboard implementation using better-sqlite3. Backend is currently not being hosted, so the live-demo leaderboard is not functioning.

Developing

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build