about summary refs log tree commit diff
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2017-01-08Fix Vagrantfile to include yarnvjackson725
The current Vagrantfile fails to build upon provisioning, as it lacks yarn. Change the Vagrantfile to add the yarn repository, and install yarn.
2017-01-08Improve Vagrantfile, load environment variables from .env.vagrant, always ↵Effy Elden
forward localhost:3000
2017-01-07Add Vagrant development environment supportEffy Elden