Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.05 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.05 KB

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:

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:CityOfDetroit/dpw-map.git
    
  2. Install node dependencies.

    $ yarn install
    
  3. Run local instance.

    $ yarn start
    
  4. Run test suite.

    $ yarn test
    
  5. Create production build.

    $ yarn build
    

Resources