diff --git a/README.md b/README.md index 1bb142fc..cf6ab840 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ You must begin in this mode, where Bubble runs locally on your machine. You'll setup the various cloud services required to run Bubble, and use the Local Launcher to start a Remote Launcher or a Bubble Node. -This is the mode that the [Bubble Docker Launcher](docs/docker-launcher.md) runs. +This is the mode run by the [Bubble Docker Launcher](docs/docker-launcher.md) and [Bubble Vagrant](docs/dev_vagrant.md) +environments. Learn more about setting up [Local Launcher Mode](docs/local-launcher.md) diff --git a/docs/dev_vagrant.md b/docs/dev_vagrant.md index e0efa82a..3019d080 100644 --- a/docs/dev_vagrant.md +++ b/docs/dev_vagrant.md @@ -3,6 +3,9 @@ Bubble Vagrant Developer Setup [Vagrant](https://www.vagrantup.com/) is a popular way to run pre-packaged software on virtual machines like VirtualBox and VMware. +Bubble uses Vagrant to create a development environment where you can work on the codebase, and build, +run and test the API server and frontend webapp. + # Requirements Before starting a Bubble Vagrant box, you'll need install some software if you don't already have it: