1.1Visit v0.dev
1.2Generate the initial design with this prompt
1.3Modify the design to your preferences and submit
1.4Copy the CLI command using the 3 dots on the top right
2.1Run these commands in your IDE:
npx create-next-app@latest portfolio
cd portfolio
npm install framer-motion lucide-react
2.3Initialize git and push to GitHub:
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/<username>/<project-name>.git
git push -u origin main
3.2Link your GitHub account
3.3Add a new project and select your website repo
3.4Deploy!
Inspired by Daniel Kim's post