Files
side-by-side/README.md
T
2014-10-22 21:50:47 +02:00

588 B

Side By Side

Build Status

Visual comparison of different translations of itemized texts; e.g. poems, bibles, etc.

Usage

TODO: Include info on nodeless usage.

Development

Installation

Install nodejs and javascript dependencies, on Debian/Ubuntu, it goes more or less like this:

sudo apt-get install nodejs
npm install

Tests

Start docpad with make run and point your browser at http://0.0.0.0:9778/tests.html or run make test in a separate shell.