Deploy to Netlify

This guide will show you how to deploy to Netlify

Follow these steps to deploy the monorepo to Netlify.

  1. Create a new project on Netlify.
  2. Connect your GitHub account.
  3. Find the repository you want to deploy and click import.
  4. Override the build command with;
build build:web
  1. Start command
yarn start
  1. Make sure to add the required environment variables.

See environment variables for more information.

Always generate new secrets when deploying to production.
  1. Click deploy and celebrate 🎉

Was this helpful?