Web-based robot dashboard for FRC
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.