Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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