Personal website built with Next.js, TypeScript, and Tailwind CSS.
- Next.js 16 (App Router)
- TypeScript
- Tailwind CSS
- Framer Motion
- Bun
bun install
bun run devOpen http://localhost:3000 in your browser.
src/
├── app/ # Next.js app router pages
├── components/ # React components
│ ├── ui/ # Reusable UI primitives
│ └── sections/ # Page sections (Hero, About, Projects)
├── data/ # Static data (projects, social links)
├── lib/ # Utility functions
└── types/ # TypeScript type definitions
bun run dev- Start development serverbun run build- Build for productionbun run start- Start production serverbun run lint- Run ESLint