Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 369 Bytes

Dobble

A simple dobble game to play with friends. https://dobble-game.surge.sh

Code is a mess but it is good enough. Stack: firebase + svelte.

Host a copy

Copy ".env.example" to ".env" and paste your firebase config there.

Install dependencies:

yarn

Change surge.sh domain in "package.json#scripts.deploy" script and run:

yarn deploy