Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/sports-maintenance-dashboard
"pulkka"-UI to update sports facilities status information
https://github.com/city-of-helsinki/sports-maintenance-dashboard
Last synced: about 2 months ago
JSON representation
"pulkka"-UI to update sports facilities status information
- Host: GitHub
- URL: https://github.com/city-of-helsinki/sports-maintenance-dashboard
- Owner: City-of-Helsinki
- Created: 2016-11-17T21:01:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T04:22:43.000Z (7 months ago)
- Last Synced: 2024-06-15T01:02:31.306Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 26
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information #
This is a React + Redux app which is used on mobile phones to send
up-to-date status updates of outdoor sporting facilities to a
compatible observations REST API.# Requirements #
Node.js version 18
# Setup #
Copy .env.example to .env and edit the API_URL variable to
point to the correct API root or use the API_URL environment variable.Run `npm install`
# Development #
Run `npm start`
# Production build #
1. Important! Update the version in `src/pulkka.appcache`
2. Run `npm run build`.
3. Deploy the contents of the dist folder as static files.