Personal portfolio website built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.
npm install
npm run devThe site runs at http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Production build |
npm run start |
Serve production build |
npm run lint |
Run ESLint |
npm run format |
Format with Prettier |
npm run typecheck |
TypeScript type checking |
npm test |
Run tests with Vitest |
Hosted on Vercel.