Personal portfolio site, built with Next.js (App Router) and Tailwind CSS.
npm install
npm run devOpen http://localhost:3000 to view it.
The site is statically exported (output: "export" in next.config.ts), producing plain HTML/CSS/JS in out/ suitable for static hosting:
npm run buildContent (experience, education, projects, skills) lives in src/lib/data.ts.