The TEI Reader is a custom HTML element that provides an interface for reading TEI documents digitally.
npm install tei-readerThe TEI Reader is a custom HTML element that provides an interface for reading TEI documents digitally.
To setup the development environment, clone the repository and then install the dependencies:
``bash`
cd tei-reader
npm install
...then start the development build server:
`bash``
npm run dev
Navigate to localhost:8080 to see the TEI reader running in development mode.