Deploying
Vercel#
A guide to deploy a Guider project to Vercel.
The guide#
Follow the steps below to deploy a Guider project on Vercel.
Make a new Vercel project#
Go to New project on Vercel, and select your repository.
Configure your project#
Configure the following fields:
- Project Name: Choose a fitting name.
- Framework Preset: Set it to
Next.js
. - Root Directory: Make sure it matches to the root of your Guider project.
Deploy#
Click the deploy
button and wait until your site has been deployed.
Vercel has linked this deploy with your branch, meaning that once new changes are pushed. Vercel will automatically update your site.