Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 723 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 723 Bytes

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://localhost:4000/:

bundle exec jekyll serve

Scripts

Update plugins

node build/update-plugins

Update QUnit version

node build/set-version <version>