Personal site. Static build with Vite, Tailwind CSS v4, and a sliver of TypeScript. Deployed to GitHub Pages.
npm install
npm run devnpm run dev— local dev servernpm run build— type-check and build todist/npm run preview— preview the production buildnpm run lint— lint TypeScript with ESLintnpm run format— format with Prettiernpm run format:check— check formatting without writingnpm test— run tests with Vitest
main deploys via .github/workflows/static.yml.