Skip to content

CityOfDetroit/development-opportunities

Repository files navigation

Development Opportunities Map

Application used to better understand the development opportunities across the City of Detriot.

Getting Started

This project was created using:

  • MapLibre for WebGL map rendering.
  • Mapillary for streetview imagery.
  • Turf for geospacial analysis.
  • Webpack as a web application bundler.
  • Yarn to manage project dependencies.
  • Cypress for testing.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:CityOfDetroit/development-opportunities.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