A modern, responsive portfolio website built with Next.js.
- Install dependencies:
npm install- Run the development server:
npm run devOpen http://localhost:3000 to view it in your browser.
- Push this code to a GitHub repository
- Go to vercel.com
- Click "New Project"
- Import your GitHub repository
- Vercel will automatically detect Next.js and configure the build settings
- Click "Deploy"
Your site will be live in minutes!
npm run buildThis creates an optimized production build in the out folder.