Personal site for @amu815. Bilingual (EN / JA), built with Next.js 16 App Router + Tailwind CSS v4, exported as a static site and deployed to GitHub Pages.
bun install
bun dev # http://localhost:3000
bun run build # emits ./outPushed commits to main trigger .github/workflows/deploy.yml, which builds with Bun and publishes out/ via actions/deploy-pages. Enable Settings → Pages → Source = "GitHub Actions" once on a fresh repo.
app/page.tsx— English root (/)app/ja/page.tsx— Japanese (/ja/)components/— shared sections (Hero, Stats, Publications, Skills, …)content/dict.ts— bilingual string dictionarypublic/.nojekyll— required so Pages serves_next/*