Deployment
Deploy your PortfoHub template to Vercel in minutes.
Prerequisites
GitHub Repository
Committed and pushed changes
Vercel Account
Sign up at vercel.com
Deployment Steps
1. Create New Project
- 1Log in to Vercel
- 2Click 'New Project'
- 3Import your GitHub repository
2. Configure Project
- 1Select Next.js as Framework Preset
- 2Set Root Directory to '.' (dot)
- 3Configure Build Settings if needed
3. Environment Variables
- 1Add all variables from .env.local
- 2Ensure variable names match exactly
- 3Save configuration
After deployment, update your authentication and database configuration with the new production URL.
Vercel Deployment
