mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
31 lines
602 B
Markdown
31 lines
602 B
Markdown
# Side By Side
|
|
|
|
[](https://travis-ci.org/tasuk/side-by-side)
|
|
|
|
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 server
|
|
|
|
Point your browser at http://0.0.0.0:8000/#/tests.the_raven/
|
|
|
|
### Tests
|
|
|
|
Run tests with `npm test`.
|