tree: b4f7035c859b3b86c3854d514d708e85857c0893
  1. public/
  2. scripts/
  3. src/
  4. .eslintignore
  5. .eslintrc.js
  6. .gitignore
  7. .prettierignore
  8. .prettierrc.json
  9. index.html
  10. package-lock.json
  11. package.json
  12. postcss.config.js
  13. README.md
  14. tailwind.config.js
  15. tsconfig.json
  16. tsconfig.node.json
  17. vite.config.ts
  18. vitest.config.ts
telemetry/ui/README.md

Burr Tracking UI

Burr's telemetry tracking UI, built with React and Vite.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode with hot module replacement.
Open http://localhost:3000 to view it in the browser.

npm test

Runs the test suite with Vitest in watch mode.

npm run build

Builds 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 preview

Previews the production build locally using Vite's preview server.

npm run lint

Runs ESLint on the project.

npm run lint:fix

Runs ESLint with auto-fix on the project.