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

Prerequisites

Before deploying:

  1. Build your site: yarn build
  2. Test locally: yarn start
  3. Push to Git: Commit and push to GitHub/GitLab

Next Steps