Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 813 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 813 Bytes

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>