This repository provides a project scaffold template for Vercel deployments.
It contains a minimal vercel.json and a scaffold.sh script that automatically sets up your project when Vercel deploys it.
When you deploy this template with Vercel:
- Vercel clones this repository.
- The
scaffold.shscript runs automatically to generate the project structure using the specified template. - The generated project is built and deployed.
If you want to generate the project locally:
- Pull your Vercel project settings:
vercel pull- Run the scaffold script:
./scaffold.shThe script uses environment variables to determine which template to use.
For more templates, check out the Croct template catalog.