An open API service indexing awesome lists of open source software.

https://github.com/janzarsky/scout-planner

App for planning scout events
https://github.com/janzarsky/scout-planner

planner planner-app planner-board planning

Last synced: 5 months ago
JSON representation

App for planning scout events

Awesome Lists containing this project

README

          

# 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](https://cloud.google.com/firestore/docs/emulator)) and start it: `gcloud emulators firestore start --host-port 127.0.0.1:8080`.
2) Save the Firestore emulator host to `client/.env.local` file - create `client/.env.local` file with the following content:
```
FIRESTORE_EMULATOR_HOST="127.0.0.1:8080"
```
4) Install dependencies using `npm ci` command.
5) Run the app using `npm start` command.