/census

Information about census tracks and hardest to count areas.

Primary LanguageJavaScriptMIT LicenseMIT

census

Information about census tracks and hardest to count areas.

Getting Started

This project was created using:

  • Mapbox for WebGL maps.
  • Parcel as a web application bundler.
  • Cypress for testing.
  • NPM for 3rd party library use and management.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/census.git
    
  2. Install node dependencies.

    $ npm install
    
  3. Run local instance.

    $ npm start
    
  4. Run test suite.

    $ npm test
    
  5. Create production build.

    $ npm run-script build
    

Resources