Yet another word game.
Powered by Svelte.
Build the bundles.
npm install
npm run buildSet the following environment variables.
export PUSHER_APP_ID=""
export PUSHER_KEY=""
export PUSHER_SECRET=""
export PUSHER_CLUSTER=""Games are stored as JSON files by default. If you wish to use Firebase Realtime Database instead, set the following and make sure the default service account has the Realtime Database Admin role.
export FIREBASE_DATABASE_URL=""Start the server.
npm startVisit http://localhost:3000
Feel free to report or fix any bug you might encounter.
You can also add any features such as support for other languages.
- Ma biche, for coming up with the name Scrapple.
Licensed under the MIT license. See LICENSE for more information.