Application used to better understand the development opportunities across the City of Detriot.
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
-
Download the repo.
$ git clone [email protected]:CityOfDetroit/development-opportunities.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/development-opportunities