Waypoints surrounding Cramer Development's tools and workflow.
First off, you want to have at least Ruby 1.9.x and Python install.
Start off by cloning the repo.
git clone https://github.com/cramerdev/waypoints.git
Move into the repository
cd waypoints
Install all of the required gems for development.
bundle install
Start up the Jekyll server. Note, the -w
tells the Jekyll server to watch
for file changes.
jekyll serve -w
Start up Compass to watch for stylesheet changes.
compass watch