Hawaii Revised Statutes +
- Copy the
backend/dotenv
tobackend/.env
cp backend/dotenv backend/.env
# Modify backend/.env as needed
- Install VirtualBox
- Install Vagrant
- Open a shell, cd to the root repo dir, and run
vagrant up
# ...wait awhile as Vagrant+VirtualBox do their magic to provision the VM...
- Open the page served from the local dev VM:
# Open browser to http://localhost:8080
open http://localhost:8080 # on OS X
- or to ssh into the VM
vagrant ssh