Total Pageviews

Saturday, 9 January 2016

karma-runner

Homepage of Karma - The Spectacular JavaScript Test Runner
This is the source code for http://karma-runner.github.com. The homepage and documentation of Karma, the spectacular test runner.
If you wanna update the docs, just go the the main repo and update the markdown. You can even do that directly from the github web interface.

Building the Documentation

$ git clone https://github.com/karma-runner/karma-runner.github.com.git
$ cd karma-runner.github.com
$ npm install
$ grunt
Now open your browser at http://localhost:8000.

Available Grunt Tasks

  • static: Build the documentation
  • watch
  • server
  • less
  • mincss
  • uglify