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 serveThis will start the server in watch mode and regenerate the site on-the-fly.
node build/site-update-plugins.jsThis will fetch search results from npmjs.org and save them to _data/plugins.json.
node build/site-set-version.js VERSION