Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 856 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 856 Bytes

Brave Vagrant VMs

Requirements

  1. Install Virtual Box
  2. Install Vagrant

Usage

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