Personal portfolio website.
- Framework — React 19 + TanStack Start (SPA mode)
- Build Tool — Vite 8 with Bun runtime
- Styling — Tailwind CSS v4
- Typography — Geist (Sans & Mono)
- UI Components — Base UI (Preview Cards)
- Icons — Phosphor Icons
- Linting — Oxlint
- Formatting — Oxfmt
- Compiler — React Compiler via Babel plugin
bun installbun run devbun run buildbun run preview| Command | Description |
|---|---|
bun run dev |
Start the development server |
bun run build |
Type-check and build for production |
bun run preview |
Preview the production build |
bun run lint |
Lint with Oxlint |
bun run lint:fix |
Lint and auto-fix issues |
bun run format |
Format code with Oxfmt |