The simple-digital-edition project is being replaced by the uEdition project. As a result, this project has been archived.
The 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:
cd tei-reader
npm install...then start the development build server:
npm run devNavigate to localhost:8080 to see the TEI reader running in development mode.