This static academic page was created by Bolin and AI. It uses Next.js App Router, TypeScript, MDX, and Tailwind CSS, and exports to out/ for GitHub Pages.
pnpm install
pnpm devpnpm typecheck
pnpm lint
pnpm buildThe production build is a static export in out/.
Pushing to main runs the GitHub Pages workflow, which installs with pnpm, builds the static export, uploads out/, and deploys it with GitHub Pages.
This project is inspired by Mia and powered by Next.js.
Special thanks for their valuable contributions and open-source efforts.