Deploy Site

You can deploy your primo site anywhere. These are the suggested options because they're free and when you build an update, they'll deploy automatically.

Github Pages

  1. Make sure you've built your primo site out to a repository

  2. Go to that repository's settings and scroll down to Github Pages

  3. Enable Github Pages, pointing it at your repo's root

Vercel

  1. Make sure you've built your primo site out to a repository

  2. Follow the [instructions](https://vercel.com/docs/git/vercel-for-github) for importing a Github repository.

  3. There's no need to configure the install. Just point it to the root of the repo.

Netlify

  1. When configuring the settings, do not enter a build command or a public directory (the site is pre-built and index.html is in the root)

Last updated