A project aimed to provide full-text search through ambiguous indexations of Ukrainian genealogical documents collected from volunteers.
Koreni's data folder is licensed under ODbL license.
All other contents (the code and everything else) in this repository is licensed under the MIT license.
- NodeJS 22
- Yarn
- Docker
The easiest way is to setup Typesense with Docker. Run this:
yarn
yarn docker:typesense:start
yarn typesense:populate # This takes substantial time
yarn dev
Use scripts from scripts/prepare-server folder.
yarn artifacts:clean
yarn cache clean