Introduction
Quick Start
Let's create our first Brev instance
1. Create an account
Make an account in the Brev console.
2. Create your first instance
You can create your own instance from scratch or use a Launchable. The Discover page on the console provides a couple of starting Launchables if you're not sure where to get started or need inspiration!
3. Connect to your instance and start coding
Brev wraps ssh to make it easy to hop into your instance, so with the CLI, run one of the following commands in your terminal.
To SSH directly into your dev instance:
brev shell stable-diffusion
or use VS Code to access your instance with:
brev open stable-diffusion
That's it 🎉
Try creating your own instance here and reach out to us in the Discord for help! We're here for anything you need. Build something great. 🤙
Running instance might still be installing your dependencies
If the instace is running, that means the machine itself has been started. However, the instance may still be installing your dependencies and it might take a few minutes for the Jupyter Notebook button become available after the instance has started.