/utah-iri-dashboard

A dashboard for visualizing the results of UDOT's 2018 International Roughness Index road segment survey.

Primary LanguageTypeScript

Utah IRI Dashboard

Actions Status

A dashboard for visualizing the results of UDOT's 2018 International Roughness Index road segment survey.

Source: UDOT, Deighton Total Infrastructure Management System

Prerequisites

Setup

git clone git@github.com:mimanim/utah-iri-dashboard.git
cd utah-iri-dashboard
npm install

Scripts

All scripts are located in package.json and can be run using npm run <command>.

npm run start # Starts the local development server.
npm run build # Builds the production bundle of the app.
npm run lint # Runs the linter(s) on the source code.
npm run format # Runs the formatter(s) on the source code.
npm run clean # Combines "lint", "format", and "npm audit". Called by GitHub Actions on main branch.