Authoring Guide · Deployment

Deployment Overview

Overview of deployment options for your portfolio website

Updated Jan 1, 2024 · 1 min read

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 (GitHub Pages)
  • Releasing create-kb - Maintainers: tag main to publish the npm CLI

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