Skip to content

sreegithub19/brunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch Example

This directory is a brief example of a Brunch site that can be deployed to Vercel with zero configuration.

Deploy Your Own

Deploy your own Brunch project with Vercel.

Deploy with Vercel

Live Example: https://brunch-template.vercel.app

How We Created This Example

To get started deploying Brunch with Vercel, you can use the Brunch CLI to initialize the project:

$ brunch new project-name -s es6

Steps to run:

  • npm install
  • npm run start
  • Git: git add . && git commit -m "C" && git push origin main
  • Vercel: vercel --prod (not required here)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages