qunitjs.com is built using Jekyll.
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 as-needed.
node build/site-update-plugins.js
This will fetch search results from npmjs.org and save them to _data/plugins.json.
node build/site-set-version.js VERSION