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
- Host: GitHub
- URL: https://github.com/alexandermendes/tei-viewer
- Owner: alexandermendes
- License: mit
- Created: 2016-05-10T11:25:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T10:08:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T07:36:30.494Z (6 months ago)
- Topics: github-pages, tei, vuejs, webpack
- Language: JavaScript
- Homepage:
- Size: 8.21 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](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.