Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.23 KB

Build Status: spider-check

qunitjs.com

qunitjs.com is built using Jekyll.

Table of contents

Contribute

Prerequisites:

  • Ruby 2.7 or later. Install from Apt on Linux, or Homebrew on macOS.
  • Bundler, e.g. gem install bundler.

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

cd qunit/docs/
bundle update && bundle exec jekyll serve

This will start the server in watch mode and regenerate the site on-the-fly.

Update plugins page

node build/site-update-plugins.js

This will fetch search results from npmjs.org and save them to _data/plugins.json.

Update QUnit version

node build/site-set-version.js VERSION