A Svelte game based off of the CGP Grey video "The Rules For Rulers"
GNU General Public License v3
Install the required dependencies by doing:
npm install
Then build the Svelte source by running:
npm run build
Finally, to start it; Run:
npm run start
If you want to automate installing the dependencies and building the source, run:
npm run deploy