Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.04 KB

Local Services Lookup Build Status

Simple app to lookup city services based on a location

Getting Started

This project was created using:

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:CityOfDetroit/local-services-lookup.git
    
  2. Install node dependencies.

    $ yarn
    
  3. Run local instance.

    $ yarn start
    
  4. Run tests.

    $ yarn test
    
  5. Build production code.

    $ yarn build
    

Resources