[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
/ scrapdviz Public archive

Visualize Austin traffic fatalities from another angle

License

Notifications You must be signed in to change notification settings

scrapd/scrapdviz

Repository files navigation

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.

Doing Lighthouse scans

To test the project against using Lighthouse run this command while hosting locally :

npm run litereport