mimanim / utah-iri-dashboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 69.8%Language:JavaScript 23.8%Language:HTML 6.0%Language:Shell 0.5%