| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) |
| Styling | Tailwind CSS |
| Components | shadcn/ui |
| Blog | MDX / Markdown (Contentlayer planned) |
| Deployment | Vercel |
This portfolio is actively being built from scratch. Here's what's in progress:
- Layout & design system
- Hero section
- Projects showcase
- MDX blog setup
- About page
- Dark / light mode
# 1. Clone the repo
git clone https://github.com/viveek-sh/viveksahu.com.git
cd viveksahu.com
# 2. Install dependencies
npm install
# 3. Start dev server
npm run dev
Open http://localhost:3000 in your browser.
Next.js runs on port 3000 by default.
Built by Vivek · Powered by Next.js & ☕
```