AndrewGibson27 / scrapdviz

Visualize Austin traffic fatalities from another angle

Home Page:https://viz.scrapd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrAPDviz

Visualize Austin traffic fatalities from another angle.

Quickstart

If you need to install tools that must be installed globally on your system (OSX only) (most likely the first time you run this project):

bash tools/bootstrap-osx.sh

This will globally install tools like node.js.

Setup the local environment:

npm i

This will download all the project dependencies.

Local development

To serve the project locally:

npm run dev

To test the project locally (i.e. running the full list of ci-tasks):

npm run ci

The scripts section of the package.json file will show you all the available commands.

About

Visualize Austin traffic fatalities from another angle

https://viz.scrapd.org

License:MIT License


Languages

Language:JavaScript 99.7%Language:Shell 0.3%