Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.18 KB

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 [email protected]: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