Welcome to Brev
Brev is a developer environment handling the infrastructure so you can focus on your code.
Getting Started With Brev
Install the CLI:
Using homebrew, run
brew install brevdev/tap/brev
Or you can download the binary here
Initialize a new Brev project by creating a directory, then running init
.
mkdir super-project
cd super-project
brev init
Simply go to the console.
You can use the default project, or create a new project from the project dropdown.
Check out this todo app tutorial
Build something great :)