Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 190 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 190 Bytes

Running

bundle exec jekyll serve

or

rake build:dev

Deploying

Make sure all assets are pushed to gh-pages branch

rake build:pro
rake commit
rake deploy