Skip to content

Setting up a development environment

Bernhard Hofmann edited this page Sep 18, 2015 · 1 revision

In order to contribute to the repository, you will need to be able to create and run the tests before you submit a pull request. The required environment for this is as follows:

  1. Node
  2. Mocha

Once installed, you can run mocha in a command line to verify all tests pass.

Clone this wiki locally