My personal website!
Live: lucasdunker.com
- Astro 7 — static site generator
- Tailwind CSS 4 — CSS-first styling via
@tailwindcss/vite - TypeScript 6
- Deployed to Cloudflare Pages
- Fonts: Mansalva (display) · Inter (body) · IBM Plex Mono (labels)
nvm use 26
npm install
npm run dev # http://localhost:4321
npm run build # astro check + static build
npm run preview # preview the built sitenpm run pages:deploy # builds + ships dist/ to Cloudflare Pages