Skip to content

Anilthapa5045/qunitjs.com

 
 

Repository files navigation

qunitjs.com

This repository houses the content and code for the qunitjs.com website.

Development

Requirements:

  • Ruby (tested with Ruby 2.6+).
  • Bundler (if missing, install with gem install bundler).

=>To install Jekyll and plugins the first time:

bundle install

=>To update Jekyll and any plugins (e.g. after changes to Gemfile):

bundle update

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

bundle exec jekyll serve

Scripts

Update plugins

node build/update-plugins

Update QUnit version

node build/set-version <version>

About

QUnit website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 56.8%
  • JavaScript 28.9%
  • HTML 9.0%
  • SCSS 5.3%