HarpJS application to house custom CSS framework
- Install HarpJS
- Checkout this repo
- Run
harp server public
- Install VirtualBox
- Install Vagrant
vagrant up
(Will take a cople of minutes to boot first time)vagrant ssh
- Navigate to
/vagrant
(should map to cloned repo directory) sudo docker build -t cornerstone .
From within Vagrant Box
sudo docker run -i -t -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone
sudo docker run -i -t -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone compile /mnt/cornerstone/public
sudo docker run -d -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone