Personal portfolio and resume website, hosted on Cloudflare Workers.
pnpm install
pnpm devSee docs/how-to/01-quick-start.md for full setup instructions.
- React 19 with React Compiler
- TypeScript (strict mode)
- TanStack Router (file-based routing)
- PandaCSS (zero-runtime CSS-in-JS)
- Vite with Rolldown bundler
- Vitest + React Testing Library
- Biome (linting and formatting)
- Cloudflare Workers (hosting and CI/CD)
- Clone this repo
- Update the metadata in
src/resume/components - Push to GitHub with Cloudflare Workers connected for automatic deployment
Detailed documentation is in docs/, organized following the Diataxis framework.