Skip to content

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

License

Notifications You must be signed in to change notification settings

tasuki/side-by-side

Repository files navigation

Side By Side

Build Status

Easy visual comparison of different translations or versions of itemized texts; e.g. poems, bibles, etc.

Usage

Want to set up your own side by side comparison with minimal hassle?

See the sample app with the instructions!

Development

Installation

Install nodejs, probably 16+ (worked with nodejs 18 from Ubuntu snaps in 2022).

Clone the project, go to project folder, and install dependencies:

git clone git@github.com:tasuki/side-by-side.git
cd side-by-side
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

If you have the grunt dev server running, point your browser at http://0.0.0.0:8000/tests.html. Otherwise, run tests with npm test.

Package/release

To package, run node_modules/.bin/grunt min, the result will be in the build-min directory. Copy that to https://github.com/tasuki/sbs

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published