see my online resume here
| Command | Description |
|---|---|
bun start |
Starts the development server (alias for bun dev). |
bun dev |
Runs the Vite dev server with hot reload. |
bun run build |
Cleans dist, type-checks the project, then builds the production bundle. |
bun run deploy |
Builds the app and moves the output from dist to docs for GitHub Pages. |
bun run lint |
Runs ESLint across the codebase. |
bun run lint:fix |
Runs ESLint and applies auto-fixable issues. |
bun run typecheck |
Type-checks the app with TypeScript (no output files). |
bun run preview |
Serves the production build locally for testing. |
bun run generate:version |
Regenerates src/constants.ts from package.json metadata. |





