My personal site + blog
- Next.js 14 - React framework with App Router
- Tailwind CSS - Utility-first styling
- Three.js & React Three Fiber - 3D graphics and WebGL
- MDX - Markdown with React components for blog content
- GSAP - Animations and scroll triggers
- TypeScript - Type safety throughout
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build