npm.io
0.9.5 • Published 4 years ago

tei-reader

Licence
Version
0.9.5
Deps
1
Size
2.1 MB
Vulns
0
Weekly
0

TEI Reader

The TEI Reader is a custom HTML element that provides an interface for reading TEI documents digitally.

Development

To setup the development environment, clone the repository and then install the dependencies:

cd tei-reader
npm install

...then start the development build server:

npm run dev

Navigate to localhost:8080 to see the TEI reader running in development mode.