Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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