mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
I got drunk, read the coffeescript style guide, and decided to use spaces. Spaces for indentation is still as bad an idea as it ever were, and this is not a coffeescript project - it's multilingual, hence using coffeescript conventions is pointless.
24 lines
467 B
Markdown
24 lines
467 B
Markdown
# 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
|
|
|
|
### Tests
|
|
|
|
Start docpad with `make run` and point your browser at
|
|
`http://0.0.0.0:9778/tests.html` or run `make test` in a separate shell.
|