- Install Virtual Box
- Install Vagrant
In the OS folder run vagrant up
to start the VM. See Getting Started for details on using vagrant. The VMs use rsync shared folders to share the code in your local repo (excluding node_modules, git and build dirs). These folders will only sync on vagrant up
and vagrant reload
. If you want them to stay in sync with your local files you must run vagrant rsync-auto
in the OS folder or use the npm commands.
NOTE: If https://github.com/brave/electron is checked out in the same directory as https://github.com/brave/browser-laptop it will be shared as well