These instructions assume that you understand how to set up your Hosts file and the homestead vagrant box.
clone the repo
duplicate the .env.example file and remove the '.example' from the file name. Change the database name to "erectors"
## vagrant ssh
## composer Install
## php artisan key:generate
## mysql
## create database erectors;
## php artisan migrate
## npm Install
Get to hacking.