Skip to content

Introduction

These guides serve as a reference point for deploying our themes to various platforms. While the themes are already set up for Netlify deployment, we’ll also cover the other popular platforms Vercel and Cloudflare Pages.

Initial Setup

  1. To get started, first install all necessary packages with npm install, then run an initial build to make sure the setup works npm run build.
  2. Next, you’ll want to configure your site i18n setup (one language, or multiple). Follow instructions in the i18n documentation.
  3. Now you can setup the site to your liking!
  4. Finally, see below for deploying to your provider of choice.

Deployment

My recommended way to deploy stites to Netlify, Vercel, and Cloudflare Pages is to use the GitHub repository. This way, you can easily update your site by pushing changes to your repository. So first, you need to create a GitHub repository and upload the code to it.

Platform Specific Setup