Burr's telemetry tracking UI, built with React and Vite.
In the project directory, you can run:
npm startRuns the app in development mode with hot module replacement.
Open http://localhost:3000 to view it in the browser.
npm testRuns the test suite with Vitest in watch mode.
npm run buildBuilds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
npm run previewPreviews the production build locally using Vite's preview server.
npm run lintRuns ESLint on the project.
npm run lint:fixRuns ESLint with auto-fix on the project.