Department of Public Work Services. Help citizens find their specific waste pick up dates base on their address.
This project was created using:
- Leaflet for WebGL map rendering.
- Esri-Leaflet for Esri connections.
- Turf for geospacial analysis.
- Webpack as a web application bundler.
- Yarn to manage project dependencies.
- Cypress for testing.
Please make sure these are installed locally
-
Download the repo.
$ git clone git@github.com:CityOfDetroit/dpw-map.git
-
Install node dependencies.
$ yarn install
-
Run local instance.
$ yarn start
-
Run test suite.
$ yarn test
-
Create production build.
$ yarn build
- SLACK - #webteam
- GitHub - https://github.com/CityOfDetroit/dpw-map