Visualize Austin traffic fatalities from another angle.
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.
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.
To test the project against using Lighthouse run this command while hosting locally :
npm run litereport