Source code for http://docs.brand.let.life
Clone the repo and initialize
git clone [email protected]:AD2014/docs-brand.git
bundle install ## Install ruby's gems
Then serve the pages on localhost
bundle exec middleman
middleman
will rebuild on change so you save changes you just need to refresh your browser.
Only if you have a valid AWS user (and the awscli package installed)
bash ./publish.sh
created with tripit/slate