Contributing

If you want to contribute to coding, check this pending tasks:

Run test

$ npm install && npm test

Documentation

This doc is built thanks to MkDocs. For contributing in doc, you must install mkdocs (with python) and install markdown-checklist.extension also.

Instructions

$ git clone https://github.com/lmfresneda/loggerage.git
$ cd loggerage
$ git clone -b gh-pages --single-branch https://github.com/lmfresneda/loggerage.git ./site/
...
src/
docs/
site/ <-- created by second clone
...
package.json
...

In docs folder are the complete documentation in Markdown format, and this is where you will work. When you building de page with the command mkdocs build, a site folder is updated.