This small document explains how to contribute to this project.
A kanban board is available to track tasks to do, ready to do, in progress or done. Please, check https://waffle.io/liip/TheA11yMachine/.
To hack this project, only Git and NPM are required. The latter comes with Node.js as a dependency manager. A browser may also be required, but this is not necessary.
First, you need to clone the Git repository:
$ git clone git@github.com:liip/TheA11yMachine.git
$ cd TheA11yMachine
From here, you must install the dependencies with NPM:
$ npm install
Now you're ready to develop.
Please, commits your patches on another branch than master
. This is easier for
you to receive updates. For instance:
$ git checkout -b my_new_feature
Unfortunately we have no test suites yet. This is a nice contribution!