This project uses Vite with React and TypeScript.
bun run dev: Start the development server
bun run build: Build for production
bun run preview: Preview the production build
bun run check: Run Biome to check for linting and formatting errors
bun run check:write: Run Biome and automatically fix linting/formatting errors
bun run test: Run tests with Vitest
bun run test:coverage: Run tests with coverage
bun run e2e: Run Playwright E2E tests (auto-starts Go server)
bun run e2e:ui: Run Playwright E2E tests with UI
bun run e2e:headed: Run Playwright E2E tests in headed mode
bun run docs:generate: Generate TypeDoc API documentation into docs/