An HTML5 transcription tool for Aikuma
Install dependencies first.
npm install
git submodule init
git submodule update
./node_module/.bin/bower install
Start an HTTP server.
node server.js # or maybe server-new.js
Open http://localhost:3000/transcriber/test/web/transcriber.html.
The tool works without server too. Just open test/web/transcriber.html in a browser.
To browse API documentation:
./node_modules/.bin/yuidoc --server 5000 js/ldc
Open http://localhost:5000/.