My personal portfolio site built with Next.js and Tailwind CSS. Features a terminal-style interface and smooth animations.
- Next.js 16 (App Router)
- TypeScript
- Tailwind CSS v4
- Framer Motion
Install dependencies:
npm installStart the dev server:
npm run devOpen http://localhost:3000 in your browser.
Works out of the box on Vercel - just connect your repo and deploy.
For static hosting (GitHub Pages, etc.), set output: 'export' in next.config.ts.
MIT