Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

CityOfDetroit/hydrant-dashboard

Repository files navigation

hydrant-dashboard

This is the City of Detroit hydrant dashboard which helps track the conditions of all the hydrants across the city.

Getting Started

This project was created using: Mapbox for web map rendering. Parcel as a web application bundler.

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/hydrant-dashboard.git
    
  2. Install node dependencies.

    $ yarn install
    
  3. Run local instance.

    $ yanr start
    
  4. Create production build.

    $ yarn build
    

Resources