Corporate website for Todea: a Seoul-based cloud native infrastructure consultancy.
- Framework: Next.js 14 (static export)
- Language: TypeScript
- Styling: Tailwind CSS
- i18n: next-intl (English, Korean, Japanese, Chinese)
- Hosting: GitHub Pages
npm install
npm run devOpen http://localhost:3000.
npm run buildStatic output is generated in the out/ directory.
Pushes to main trigger a GitHub Actions workflow that builds and deploys to GitHub Pages automatically.
src/
app/[locale]/ # Next.js app router with locale param
components/ # React components (Nav, Hero, Services, etc.)
i18n/ # Internationalization config and navigation
messages/ # Translation files (en.json, ko.json, ja.json, zh.json)
public/
icons/ # Self-hosted tech stack SVG icons