1. Create a new project
After creating an account, you should see a prompt on the dashboard to create a new site from a Git repository. Click on the Import from Git button.2.Select your repository
If not already done, you will be asked to connect your Git provider account. After that, you can select the repository you want to deploy.3. Configure the build
Configure the build and start commands to ensure that your project is built and started correctly. Make sure to set them to the following values:- Build command -
pnpm --filter web build - Start command -
pnpm --filter web start