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

Colibri Concordance Database: Web Client

Notifications You must be signed in to change notification settings

gbv/cocoda-prototype

Repository files navigation

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.