A game of audio storytelling. Join us on Discord!
- Download and install NodeJS 16+, Java 11+, and Yarn (either version should work, but I use 1.x).
- Clone the repo and change to its directory.
- Run
yarn install-all
. - Run
yarn dev
to spin up all the Firebase emulators and Vite, then access the app at http://localhost:5173 and the emulators at http://localhost:4000.
You can also run yarn build
to build a dist bundle, and yarn preview
to serve it via the Firebase hosting emulator.