This repository houses the content and code for the qunitjs.com website.
Requirements:
To install Jekyll and plugins the first time:
bundle installTo update Jekyll and any plugins (e.g. after changes to Gemfile):
bundle updateTo regenerate the site and serve locally at http://127.0.0.1:4000/:
bundle exec jekyll serve