personal site built with tanstack start (vite, react 19, tailwind v4).
pnpm dev # vite dev server (port 3000)
pnpm build # production build + tsc
pnpm preview # preview production client
pnpm start # node .output/server/index.mjs
pnpm lint # oxlint
pnpm fmt # oxfmtroutes live under src/routes/. see docs/ROUTING.md for conventions.
- node 24.x (see
package.jsonengines) - pnpm 10