Skip to content

CityOfDetroit/local-services-lookup

Repository files navigation

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 git@github.com: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