Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 387 Bytes

README.markdown

File metadata and controls

36 lines (23 loc) · 387 Bytes

Local development

Install gems:

bundle install

Install node packages:

npm install

Compile and watch for changes to JavaScript in _src:

grunt dev

Start the server and watch for changes:

bundle exec jekyll serve

Publishing

Compile and minify JavaScript:

grunt

With GitHub sync enabled, push to GitHub. Then publish on Siteleaf.