Scout planner is a single-page app that helps with planning scout events.
You can try it at https://harmac.cz
- Setup Firestore emulator (see instructions) and start it:
gcloud emulators firestore start --host-port 127.0.0.1:8080
. - Save the Firestore emulator host to
.env.local
file - create.env.local
file with the following content:
FIRESTORE_EMULATOR_HOST="127.0.0.1:8080"
- Install dependencies using
npm ci
command. - Run the app using
npm start
command.