Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 560 Bytes

File metadata and controls

25 lines (16 loc) · 560 Bytes

variorum

Display TEI sources coordinated by a stand-off collation

Usage

See the index.html file from the example website http://raffazizzi.github.io/variorum (gh-pages branch).

Compiling

To re-compile dist/js/variorum.js, do these commands within the variorum base directory:

   sudo npm install -g gulp
   npm install
   gulp

To run a local installation of variorum for development:

   gulp run