Deploy to Netlify
Step-by-step guide to deploying to Netlify
Deploy to Netlify
Guide to deploying your portfolio website to Netlify.
Step 1: Push to GitHub
- Create a GitHub repository
- Push your code:
Step 2: Import to Netlify
- Go to netlify.com
- Sign in with your GitHub account
- Click "Add new site" → "Import an existing project"
- Select your repository
Step 3: Configure Build Settings
Set the build settings:
- Build command:
yarn build - Publish directory:
.next - Install command:
yarn install
Step 4: Deploy
- Click "Deploy site"
- Wait for build to complete
- Your site is live!
Environment Variables
If you need environment variables:
- Go to Site Settings
- Click "Environment variables"
- Add your variables
Custom Domain
To add a custom domain:
- Go to Site Settings
- Click "Domain management"
- Add your domain
- Follow DNS instructions
Next Steps
- Static Export - Deploy as static files