My personal website and resume.
- Next.js App Router with static export
- React 19
- TypeScript
- Tailwind CSS 4
- React Markdown for homepage content
- Font Awesome for icons
- Vitest and Testing Library for tests
- semantic-release for automated releases
pnpm install
pnpm dev
pnpm test
pnpm buildStart the development server and open http://localhost:3000/resume/editor. The workshop provides a live resume preview, named browser-local drafts, JSON import/export, and a print view for saving a customized PDF. Drafts stay in the browser and do not require a commit or deployment.