Personal portfolio / about-me site, built with Next.js and deployed to Vercel.
- Next.js 16 (App Router, Turbopack)
- React 19
- TypeScript
- Tailwind CSS 4
- Framer Motion for animations, Zustand for client state
- Headless UI + Heroicons for accessible UI primitives
- Node.js — see
.nvmrc(Node 22) - pnpm — see the
packageManagerfield inpackage.json
nvm use # or: nvm install
corepack enable # provisions the pinned pnpm versionpnpm installpnpm dev # start the dev server at http://localhost:3000pnpm build # production build
pnpm start # serve the production buildpnpm lint # ESLint
pnpm format # PrettierPushes to the default branch are deployed automatically by Vercel.