BaseHub Templates are production-ready website templates, powered by BaseHub.
Fully featured documentation website.
You can deploy this anywhere. Vercel works nicely and with one click.
Install dependencies
pnpm i
Add your BASEHUB_TOKEN to .env.local
# .env.local
BASEHUB_TOKEN="<get-it-from-your-basehub-repo>"
Start the dev server
pnpm dev