Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 591 Bytes

Scout planner

Scout planner is a single-page app that helps with planning scout events.

You can try it at https://harmac.cz

Running locally for development

  1. Setup Firestore emulator (see instructions) and start it: gcloud emulators firestore start --host-port 127.0.0.1:8080.
  2. 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"
  1. Install dependencies using npm ci command.
  2. Run the app using npm start command.