- Download the project's files to your Mac or Linux computer:
git clone git@github.com:CynicalFooty/WoSo.git
cd WoSo
-
Install all packages -
bundle install
-
Build the site locally -
middleman build
-
Check out the website on your own machine -
middleman server
-
Open up a browser and go to
localhost:4567
May switch from Middleman to just Rake? http://devblog.avdi.org/2014/04/21/rake-part-1-basics/