Vercel Deployment Guide
- Create a Vercel project that imports from your GitHub fork.
- Follow the steps that Vercel provides, making sure to:
- Set the root directory to
./. - Set the framework preset to
Other. - Generate a GitHub PAT.
- Add an environmental variable
GITHUB_TOKENwith the value of the GitHub PAT you generated.
- Set the root directory to
- All done!