Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 251 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 251 Bytes

Reps Statistics

Run it

npm ci
env BUGZILLA_TOKEN=YOURTOKENHERE npm start # Runs the script and outputs the data to ui/DATA.json
cd web
npm ci
npm start # Starts the frontend

Deployment

To deploy run

npm run deploy