Welcome to the repository for the 100 day challenge website
Clone the project to your computer, install Vagrant and VirtualBox
$ vagrant up
It will create a virtual machine with VirtualBox You will need to edit your hosts file to add:
192.168.56.69 dev.howlonguntiltomorrowland.com
You will also need to download the dependencies via Composer and Bower
$ composer install
$ bower install
Then access the website via http://dev.howlonguntiltomorrowland.com
Enjoy!