Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

qunitjs/qunitjs.com

Repository files navigation

Build Status: spider-check

qunitjs.com

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

Development

Requirements:

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

To install or update Jekyll and plugins:

bundle update

To regenerate the site and serve locally at http://localhost:4000/:

bundle exec jekyll serve

Scripts

Update plugins

node build/update-plugins.js

Update QUnit version

node build/set-version.js <version>