Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/development-opportunities
Application used to better understand the development opportunities across the City of Detroit.
https://github.com/cityofdetroit/development-opportunities
city development-opportunities mapping parcel streetview
Last synced: 6 days ago
JSON representation
Application used to better understand the development opportunities across the City of Detroit.
- Host: GitHub
- URL: https://github.com/cityofdetroit/development-opportunities
- Owner: CityOfDetroit
- License: mit
- Created: 2020-12-17T16:03:21.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-19T17:01:16.000Z (3 months ago)
- Last Synced: 2024-08-19T20:08:44.037Z (3 months ago)
- Topics: city, development-opportunities, mapping, parcel, streetview
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/detroit-development-opportunities
- Size: 4.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development Opportunities Map
Application used to better understand the development opportunities across the City of Detriot.
## Getting Started
This project was created using:
- [MapLibre](https://github.com/maplibre/maplibre-gl-js) for WebGL map rendering.
- [Mapillary](https://www.mapillary.com/) for streetview imagery.
- [Turf](https://turfjs.org/) for geospacial analysis.
- [Webpack](https://webpack.js.org/) as a web application bundler.
- [Yarn](https://classic.yarnpkg.com/en/) to manage project dependencies.
- [Cypress](https://www.cypress.io/) for testing.Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/development-opportunities.git
```
2. Install node dependencies.```
$ yarn install
```3. Run local instance.
```
$ yarn start
```4. Run test suite.
```
$ yarn test
```4. Create production build.
```
$ yarn build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/development-opportunities