Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/census
Information about census tracks and hardest to count areas.
https://github.com/cityofdetroit/census
Last synced: 6 days ago
JSON representation
Information about census tracks and hardest to count areas.
- Host: GitHub
- URL: https://github.com/cityofdetroit/census
- Owner: CityOfDetroit
- License: mit
- Created: 2019-03-25T19:58:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:53:25.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.061Z (7 months ago)
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/census-data-map
- Size: 6.25 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# census
Information about census tracks and hardest to count areas.## Getting Started
This project was created using:
- [Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/) for WebGL maps.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Cypress](https://www.cypress.io/) for testing.
- [NPM](https://www.npmjs.com/) for 3rd party library use and management.Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/census.git
```
2. Install node dependencies.```
$ npm install
```3. Run local instance.
```
$ npm start
```4. Run test suite.
```
$ npm test
```4. Create production build.
```
$ npm run-script build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/census