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://127.0.0.1:4000/:
bundle exec jekyll serve