Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

qunitjs/api.qunitjs.com

Repository files navigation

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