Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 392 Bytes

QuixDash

Web-based robot dashboard for FRC

Getting started

Node.js

npm install to install packages.

npm start to run the app in development mode at http://localhost:3000.

npm test to run tests in watch mode to run tests related to changed files every time a file is saved.

npm run build to build for production.