CityOfDetroit / affordable-housing-map

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

Home Page:https://detroitmi.gov/webapp/affordable-housing-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://detroitmi.gov/webapp/affordable-housing-map

License:MIT License


Languages

Language:JavaScript 85.3%Language:SCSS 12.3%Language:HTML 2.4%