/tei-viewer

http://alexandermendes.github.io/tei-viewer

Primary LanguageJavaScriptMIT LicenseMIT

TEI Viewer logo

Build Status

A web application for viewing and manipulating TEI XML documents in table form.

Try it here

The site is built with Jekyll and served with GitHub Pages.

# install npm packages
npm install
# install bundler
gem install bundler
# install gems
bundle install
# Install Grunt CLI
npm install -g grunt-cli
# run development tasks
grunt dev
# serve
bundle exec jekyll serve

See the documentation for further details.