Skip to content

This web map displays the controlled affordable housing properties in the City of Detroit.

License

Notifications You must be signed in to change notification settings

CityOfDetroit/affordable-housing-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Affordable Housing Map

This web map displays the controlled affordable housing properties in the City of Detroit.

Getting Started

This project was created using:

  • Leaflet for WebGL map rendering.
  • Esri-Leaflet for Esri connections.
  • Arcgis Parser for geometry conversion to Esri.
  • Turf for geospacial analysis.
  • Parcel as a web application bundler.
  • Yarn for 3rd party library use and management.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/affordable-housing-map.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