Browse Source

update docs

tags/v1.5.4
Jonathan Cobb 4 years ago
parent
commit
703fb80158
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      docs/dev_vagrant.md

+ 5
- 3
docs/dev_vagrant.md View File

@@ -68,9 +68,11 @@ vagrant ssh
```

## Developing
You can develop directly on the source files in the `${HOME}/bubble` folder, and
recompile and build things there, OR you can develop locally on the host and periodically
synchronize your source and/or build assets to the Vagrant box.
You can develop directly on the Vagrant box by editing the source files in `${HOME}/bubble`, then
building and running from there.

Alternatively, you can develop locally on the host and periodically synchronize your source
and/or build assets to the Vagrant box, where you then (maybe build and) run the Bubble API.

The `/vagrant` directory on the Vagrant guest box is a shared folder. On the host side, it
is the directory that the `Vagrantfile` is in (the top-level of the bubble repository).


Loading…
Cancel
Save