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
client/.env.localfile - createclient/.env.localfile with the following content:
FIRESTORE_EMULATOR_HOST="127.0.0.1:8080"
- Install dependencies using
npm cicommand. - Run the app using
npm startcommand.