Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 591 Bytes

Metro Performance Monitor Website

This is the front end React App for our performance monitor tool. Published on GitHub pages.

Getting Started

  1. Clone & install packages:
git clone https://github.com/metro-ontime/frontend.git
cd frontend
yarn
  1. Run live dev server:
yarn dev
  1. Build for production:
yarn build

Coding Style (this section is out of date)

We use ESLint with the AirBnB javascript/react Style Guide, available here: https://github.com/airbnb/javascript/tree/master/react

Linting is run with

npm start
npm run build
npm run lint