Personal website built with Next.js, React, and TypeScript. Vibe-coded with Windsurf.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build