Vercel
Here is all the information you need to know to deploy your app successfully on Vercel (opens in a new tab).
Prerequisites
Make sure the following are finished before deploying
- Vercel (opens in a new tab) - a Vercel account, you can create it for free;
- Vercel Login Connections (opens in a new tab) - Vercel is connected to your GitHub account;
Steps
-
Create a new repository on GitHub (opens in a new tab) and push the project with your changes.
-
Create a new project on Vercel (opens in a new tab)
- Choose your project name;
- Choose Root Directory as
apps/web[basic|pro]
; - Add all Environment Varibles, as per
.env
file in the root; - Click Deploy.