Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 753 Bytes

README.rst

File metadata and controls

35 lines (20 loc) · 753 Bytes

How long until tomorrowland

Welcome to the repository for the 100 day challenge website

Development

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!