An open API service indexing awesome lists of open source software.

https://github.com/alexandermendes/tei-viewer

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

github-pages tei vuejs webpack

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![TEI Viewer logo](assets/img/logo.png)

[![Build Status](https://travis-ci.org/alexandermendes/tei-viewer.svg?branch=master)](https://travis-ci.org/alexandermendes/tei-viewer)

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

[Try it here](https://alexandermendes.github.io/tei-viewer)

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](https://alexandermendes.github.io/tei-viewer/docs) for further details.