This repository houses the content and code for the qunitjs.com website.
Requirements:
=>To install Jekyll and plugins the first time:
bundle install
=>To update Jekyll and any plugins (e.g. after changes to Gemfile
):
bundle update
=>To regenerate the site and serve locally at http://localhost:4000/:
bundle exec jekyll serve
node build/update-plugins
node build/set-version <version>