This directory is a brief example of a Brunch site that can be deployed to Vercel with zero configuration.
Deploy your own Brunch project with Vercel.
Live Example: https://brunch-template.vercel.app
To get started deploying Brunch with Vercel, you can use the Brunch CLI to initialize the project:
$ brunch new project-name -s es6
- npm install
- npm run start
- Git: git add . && git commit -m "C" && git push origin main
- Vercel: vercel --prod (not required here)