pnpm i
- Fill in the environment variables in the
.env
file, refer to the.env.example
file for the required variables.
Start the App
pnpm run dev
Build the project:
pnpm run build
- Install Vercel client:
npm i -g vercel
- Login on your terminal by running the command:
vercel login
and use the browser to login. - Then, on the project folder, run
vercel --prod
to deploy it and it will be deployed after a few seconds. You'll be asked for a few configs the first time, you can use the default ones.