Where we are going to start writing code
Setup
Download the following:
https://www.virtualbox.org/wiki/Downloads
https://www.vagrantup.com/downloads.html
Restart your computer and run git bash
git config --global core.autocrlf false
git config --global user.email "YOUR USER EMAIL"
git config --global user.name "YOUR NAME"
git clone your fork of the repository
Running the environment
cd sunnyvale-coding
vagrant up
vagrant ssh