Deployment Overview
Overview of deployment options for your portfolio website
Deployment Overview
This section covers how to deploy your portfolio website to various platforms.
Deployment Options
- Vercel (Recommended) - Optimized for Next.js
- Netlify - Easy deployment with continuous integration
- Static Export - Deploy as static files
Quick Links
- Deploy to Vercel - Step-by-step Vercel deployment
- Deploy to Netlify - Step-by-step Netlify deployment
- Static Export - Deploy as static files
Prerequisites
Before deploying:
- Build your site:
yarn build - Test locally:
yarn start - Push to Git: Commit and push to GitHub/GitLab