Deploying

Netlify#

A guide to deploy a Guider project to Netlify.

The guide#

Follow the steps below to deploy a Guider project to Netlify.

Make a new Netlify project#

Go to New site on Netlify, and select your repository.

Configure your project#

Configure the following fields:

  • Site name: Choose a fitting name.
  • Site to deploy: Set to Other (configure manually).
  • Base directory: Set to the project directory, set to / if unsure.
  • Build command: Set to npm run build (or your favourite package manager).
  • Publish directory: Set to /out (prefix it with your project directory if it's not root).

Deploy#

Click the Deploy button and wait until your site has been deployed.

Netlify has linked this deploy with your branch, meaning that once new changes are pushed. Netlify will automatically update your site.