My personal portfolio website built with Next.js, showcasing my work experience, projects, skills, and blog.
| Category | Technology |
|---|---|
| Framework | Next.js 14 (App Router) |
| Language | TypeScript 5 |
| Styling | Tailwind CSS, shadcn/ui |
| Animations | Framer Motion |
| Content | MDX (blog posts) |
| Analytics | Vercel Analytics & Speed Insights |
| CI/CD | GitHub Actions, Semantic Release |
Prerequisites: Node.js LTS
npm install
npm run devThe development server starts at http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |
Licensed under the Apache License, Version 2.0.