Skip to content

kavryn/koreni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,431 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koreni

A project aimed to provide full-text search through ambiguous indexations of Ukrainian genealogical documents collected from volunteers.

For data integration see API docs.

License

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.

Development setup

Prerequisites

  1. NodeJS 22
  2. Yarn
  3. 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

Production setup

Use scripts from scripts/prepare-server folder.

Clean repo

yarn artifacts:clean
yarn cache clean

About

Heterogenous genealogical indexes' search web app.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 85.2%
  • CSS 12.4%
  • JavaScript 1.4%
  • Shell 1.0%