Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

qunitjs/qunitjs.github.io

Repository files navigation

qunitjs.github.io (qunitjs.com)

This repository houses the content and code for the qunitjs.com website.

Development

Requirements:

  • Ruby (tested with Ruby 2.6+)
  • Bundler (if missing, install with gem install bundler)

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