https://github.com/cityofdetroit/dpw-map
Department of Public Work Services Map
https://github.com/cityofdetroit/dpw-map
department esri-leaflet leaflet public-services webmap
Last synced: 9 months ago
JSON representation
Department of Public Work Services Map
- Host: GitHub
- URL: https://github.com/cityofdetroit/dpw-map
- Owner: CityOfDetroit
- Created: 2017-06-21T18:32:26.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-07T14:52:09.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:55:18.150Z (10 months ago)
- Topics: department, esri-leaflet, leaflet, public-services, webmap
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/find-your-waste-pickup-schedule
- Size: 3.21 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DPW Waste Pick Up Map
Department of Public Work Services. Help citizens find their specific waste pick up dates base on their address.
## Getting Started
This project was created using:
- [Leaflet](https://leafletjs.com/) for WebGL map rendering.
- [Esri-Leaflet](https://github.com/Esri/esri-leaflet) for Esri connections.
- [Turf](https://turfjs.org/) for geospacial analysis.
- [Webpack](https://webpack.js.org/) as a web application bundler.
- [Yarn](https://classic.yarnpkg.com/en/) to manage project dependencies.
- [Cypress](https://www.cypress.io/) for testing.
Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone git@github.com:CityOfDetroit/dpw-map.git
```
2. Install node dependencies.
```
$ yarn install
```
3. Run local instance.
```
$ yarn start
```
4. Run test suite.
```
$ yarn test
```
4. Create production build.
```
$ yarn build
```
## Resources
* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/dpw-map