A static Next.js 14 + TypeScript + Tailwind + MUI + Recharts site pre‑structured for science education projects.
pnpm install
pnpm dev # localhost:3000
pnpm build # static export in /outDeploy on Cloudflare Pages with:
- Build command:
pnpm install --frozen-lockfile && pnpm build - Output directory:
out