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

Latest commit

 

History

History
41 lines (29 loc) · 813 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 813 Bytes

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