Department of Public Work Services Map
Department of Public Work Services. Help citizens find their specific waste pick up dates base on their address.
This project was created using:
Please make sure these are installed locally
$ 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