NiklasEi / handlebars-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handlebars Site

Source for handlebarsjs.com

Building

ruby needs to be installed.

  • Install bundler: sudo gem install bundle
  • Install dependencies: bundle
  • Update the site: bundle exec rake build
  • Preview the site: bundle exec rake preview, then open http://localhost:3000
  • Remove the site-directory
  • Deploy: bundle exec rake deploy
  • Commit and push

About


Languages

Language:HTML 84.5%Language:CSS 10.3%Language:Ruby 5.2%