CityOfDetroit / local-services-lookup

Simple app to lookup city services based on a location
MIT License
0 stars 0 forks source link
city-services cypress geospatial maplibre-gl travis-ci web-components webpack

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