Skip to content

Graphicacy/cap-childcare-deserts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Childcare Deserts Visualization (version 2)

Getting started

  1. Install nodejs version 8 or greater

  2. Install the dependencies by running the following command in your terminal.

    npm install

    Or, if you have yarn installed (often has better performance and guarantees),

    yarn
  3. start the development server

    npm start

Building the production version

To build the production version of the app, run

npm run build

Data Prep

Expects tippecanoe to be in your $PATH

Keys

You will need a keys.json file in the root of the project which looks like:

{
  "accessToken": "<mapbox key>"
}

About

Visualization of "Child Care Deserts" with data from CAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published