mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-24 14:00:33 +08:00
42 lines
950 B
Markdown
42 lines
950 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, eg. on Debian/Ubuntu:
|
|
|
|
sudo apt-get install nodejs
|
|
|
|
Clone the project, go to project folder, and install dependencies:
|
|
|
|
git clone git@github.com:tasuk/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`.
|
|
|
|
### Release
|
|
|
|
First, upgrade the version number in `package.json`. Commit the change, and create a zip file with the release:
|
|
|
|
node_modules/.bin/grunt release
|