Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 686 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 686 Bytes

cocoda Build Status

Development

First, clone the repository from https://github.com/gbv/cocoda.

Second, install Node.js unless it is already installed. Node.js includes npm to install additional packages.

Install required libraries with bower:

npm install -g bower
bower install

Testing is configured in karma.conf.js and unit tests are located in directory test written with Jasmine.

As configured in .travis.yml the tests are automatically executed at travis-ci when pushed to GitHub.