Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CityOfDetroit/hydrant-dashboard
This is the City of Detroit hydrant dashboard which helps track the conditions of all the hydrants across the city.
https://github.com/CityOfDetroit/hydrant-dashboard
assets-management city fire geospatial government hydrant-dashboard
Last synced: 3 months ago
JSON representation
This is the City of Detroit hydrant dashboard which helps track the conditions of all the hydrants across the city.
- Host: GitHub
- URL: https://github.com/CityOfDetroit/hydrant-dashboard
- Owner: CityOfDetroit
- License: mit
- Archived: true
- Created: 2017-09-22T21:46:13.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-04T04:08:27.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.272Z (10 months ago)
- Topics: assets-management, city, fire, geospatial, government, hydrant-dashboard
- Language: JavaScript
- Homepage:
- Size: 40.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-administration - Hydrant-Dashboard
README
# hydrant-dashboard
This is the City of Detroit hydrant dashboard which helps track the conditions of all the hydrants across the city.
## Getting Started
This project was created using:
[Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/) for web map rendering.
[Parcel](https://parceljs.org/) as a web application bundler.## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/hydrant-dashboard.git
```
2. Install node dependencies.```
$ yarn install
```3. Run local instance.
```
$ yanr start
```4. Create production build.
```
$ yarn build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/hydrant-dashboard