Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

tei-oss/tei

Repository files navigation

tei

tag, encrypt, index

Getting started

  • Make sure Rust and Docker are installed.
  • Execute dev-setup.sh, which will install the necessary dependencies.
  • Execute dev-up.sh, which will start Docker containers and apply migrations.
  • You also may use start-all.sh to start tei in hot reload mode.