0.0.1 • Published 9 years ago

side-by-side v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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

Run dev server

node_modules/.bin/grunt serve

Point your browser at http://0.0.0.0:8000/base:tests.the_raven/

Tests

Run tests with npm test.