/yoember.github.io

Ember.js tutorial: http://yoember.com

Primary LanguageCSS

yoember.com

Ember.js tutorial

Launching server and guard

$ jekyll clean && jekyll serve -w
$ guard

OR

foreman start

Deploy

jekyll clean && JEKYLL_ENV=production jekyll build
octopress deploy