Web prototype with Jekyll and Bootstrap Sass
Setup
gem install jekyll
jekyll new prototipy
Run
jekyll serve -w
http://jekyllrb.com/docs/
https://github.com/shopify/liquid/wiki/Liquid-for-Designers
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Setup
bower install bootstrap-sass
Download plugins with Bower: http://bower.io
Move files to assets
folder
Sass files are compiled by Jekyll if they are in the _sass
folder with a file to include them in css
Minor changes to css in _sass/custom.scss
Script for LiveReload included: http://livereload.com/