Personal site for Alex Biczak. Astro + React islands on Cloudflare Pages.
- Requires Node 22+ and pnpm 11+
pnpm installpnpm dev— local dev server at http://localhost:4321pnpm test— Vitest unit testspnpm e2e— Playwright E2E testspnpm build— production build todist/pnpm preview— serve the production build locally
- TypeScript strict, no errors (
pnpm typecheck) - ESLint clean (
pnpm lint) - Prettier formatted (
pnpm format) - Unit tests green (
pnpm test) - E2E green on Chromium minimum (
pnpm e2e) - Lighthouse ≥95 perf/a11y/best-practices, ≥90 SEO
CI runs all of the above on every PR.
Production deploys are managed by Cloudflare Pages, hooked to main on this repo.
Manual deploy:
pnpm build
pnpm exec wrangler pages deploy dist --project-name biczak-siteSee docs/superpowers/specs/2026-05-27-personal-website-design.md for the design spec.
v1.0 ships the site shell + Easing Curve Lab. v1.1–v1.3 add the other three tools.