tei-reader
v0.9.5
Published
The TEI Reader is a custom HTML element that provides an interface for reading TEI documents digitally.
Downloads
18
Readme
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.