create-bunpress
v1.0.7
Published
Create a new BunPress site with a create-app style command.
Maintainers
Readme
create-bunpress
Create a new BunPress site with a create-app style command.
Usage
npx create-bunpress@latest mysiteYou can also use:
npm create bunpress@latest mysiteAfter Scaffolding
cd mysite
bun install
bunpress devWhen you run bunpress build, BunPress generates the final static site into public/.
If you deploy manually, deploy only the public/ folder.
What You Get
- a starter BunPress site
- starter content, themes, plugins, and scaffolds
- a local workflow built around
bunpress dev,build, andpublish
