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
- Host: GitHub
- URL: https://github.com/janzarsky/scout-planner
- Owner: janzarsky
- License: gpl-3.0
- Created: 2020-03-27T09:29:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T23:39:38.000Z (7 months ago)
- Last Synced: 2025-12-04T10:45:31.493Z (7 months ago)
- Topics: planner, planner-app, planner-board, planning
- Language: JavaScript
- Homepage: https://harmac.cz
- Size: 6.09 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.