This repository contains a TEI viewer designed for Istex Search.
This project is setup as a monorepo that contains the following projects:
demo: A demo of the TEI viewerreact-tei: The library that contains the TEI viewer
To install the project dependencies, tun the following command:
make installThe viewer demo can be started using the following command:
make devYou can then go to http://localhost:3000/ to access to the demo app locally.
Unit tests can be run using the following commands:
make testto run tests in headless modemake test-watchto run tests in headless mode with watch enabledmake test-browserto run tests in UI mode with watch mode enabled
E2E tests can be run using the following commands:
make e2eto run tests in headless mode using production environmentmake e2e-uito run tests in UI mode using development environment for hot reload