The Rental Map display all the current register rental properties in the city as well as the parcel data for all the properties in the city of Detroit.
This project was created using:
- Leaflet for WebGL map rendering.
- Esri-Leaflet for Esri connections.
- 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
-
Download the repo.
$ git clone git@github.com:CityOfDetroit/rental_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/rental_map