This web map displays the controlled affordable housing properties in the City of Detroit.
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
-
Download the repo.
$ git clone git@github.com:CityOfDetroit/affordable-housing-map.git
-
Install node dependencies.
$ yarn install
-
Run local instance.
$ yarn start
-
Run test suite.
$ yarn test
-
Create production build.
$ yarn build
- SLACK - #webteam
- GitHub - https://github.com/CityOfDetroit/affordable-housing-map