My personal portfolio site, built with Next.js and deployed on Vercel.
- Framework — Next.js 16 (App Router)
- Language — TypeScript
- Styling — Tailwind CSS 4
- Search — MiniSearch (client-side full-text search)
- Analytics — Vercel Analytics, Google Analytics, Microsoft Clarity
- Deployment — Vercel
# Install dependencies
npm install
# Copy environment variables (optional — analytics only)
cp .env.example .env
# Start dev server
npm run devOpen http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Production build |
npm run start |
Start production server |
npm run lint |
Run ESLint |