$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install vagrant-completion
$ brew install composer
$ brew install node
$ brew install yarn
$ brew cask install virtualbox
$ mkdir ~/Sites/newsite
$ cd ~/Sites/newsite
$ git clone https://yourusername@bitbucket.org/newsite/newsite.git .
$ git checkout RESOURCE-REFACTOR
$ cp .env.example .env
$ cd ~/Sites/newsite
$ vagrant up
$ vagrant ssh
$ sudo php-switch 7.1
$ php -v
$ composer install
$ ctrl + d
$ cd ~/Sites/newsite
$ yarn install
http://192.168.123.123/dev/build?flush=1