Minimal, bilingual personal website built with Next.js.
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- next/font (Geist)
npm install
npm run devnpm run build
npm run startapp/
- layout.tsx
- page.tsx
- globals.css
public/
- images/
src/
- components/
- content/
- Work & Path entries →
src/content/ - Images →
public/images/ - Layout & sections →
app/page.tsx
This project follows Conventional Commits:
feat: new featurefix: bug fixstyle: visual changesrefactor: code restructuringdocs: documentationchore: config / tooling
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- next/font (Geist)
- Deployed on Vercel
npm install
npm run dev