A TanStack Start portfolio with static prerendering and local TypeScript-backed content.
- Node.js 20+
- pnpm 9+
pnpm install
pnpm devContent lives in src/config/ and domain types live in src/types/.
Required public env vars:
VITE_CONTACT_EMAIL="you@example.com"
VITE_SITE_URL="https://your-domain.com"pnpm build
pnpm previewpnpm build prerenders the static routes discovered by TanStack Start.