Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/green-light
This is the City of Detroit green light map helps users locate all the facilities that are part of the Green light project.
https://github.com/cityofdetroit/green-light
Last synced: 6 days ago
JSON representation
This is the City of Detroit green light map helps users locate all the facilities that are part of the Green light project.
- Host: GitHub
- URL: https://github.com/cityofdetroit/green-light
- Owner: CityOfDetroit
- License: mit
- Created: 2019-01-18T19:35:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:03:15.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.237Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# green-light
This is the City of Detroit green light map helps users locate all the facilities that are part of the [Green light project](https://detroitmi.gov/departments/police-department/project-green-light-detroit).
## 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/green-light.git
```
2. Install node dependencies.```
$ npm install
```3. Run local instance.
```
$ parcel index.html
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/green-light