api.qunitjs.com icon indicating copy to clipboard operation
api.qunitjs.com copied to clipboard

Moved to https://github.com/qunitjs/qunit/tree/main/docs

api.qunitjs.com

Building and Deploying

We're using GitHub pages. Anything going to the gh-pages branch will be immediately published.

Requirements

This is currenly tested using Jekyll and bundler gems from Ruby 2.4.1.1.

To setup for the first time:

gem install jekyll bundler
bundle install

To run it locally:

bundle exec jekyll serve