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

qunitjs/qunitjs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a5e4bb · Jul 5, 2020

History

14 Commits
Apr 9, 2018
Apr 18, 2018
Jul 5, 2020
Apr 18, 2018
Apr 18, 2018
Apr 9, 2018
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Apr 9, 2018
Jul 5, 2020
Apr 9, 2018
Jul 5, 2020
Jul 5, 2020
Apr 9, 2018
Apr 9, 2018
Jul 5, 2020

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