A minimalist personal website built with Next.js and Tailwind.
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
src/app/
- Page routessrc/components/
- Reusable UI componentssrc/data/
- Content and data files
Deployed using Vercel. Push to main branch to trigger automatic deployment.