bhvr
In this guide we’ll show you how you can host a fullstack app using Orbiter's official stack bhvr
Install Bun
Install Bun to your machine
Linux/MacOS
curl -fsSL https://bun.sh/install | bash
Install Orbiter CLI
Install the Orbiter CLI with the latest version
terminal
bun install -g orbiter-cli@latest
Create a New bhvr Project
Orbiter includes a special version of bhvr that has everything you need to have a fullstack app
terminal
orbiter new --template bhvr
This will automatically install, build, and deploy the client and server packages of your bhvr project!
Deploy
Whenever you need to upload, simply run any of the deploy
commands
terminal
bun run deploy:client
bun run deploy:server
bun run deploy # Deploys both client and server