STEPBible / BibleEngine

General purpose library for powering JavaScript Bible projects
44 stars 9 forks source link

BibleEngine

About BibleEngine

BibleEngine can serve as a general purpose library for powering JavaScript bible projects. In it's core, the project makes use of the excellent datasets of Tyndale House to provide features like:

Additional features:

Packages

Contributing

To set up a local database for testing, install docker-compose and run:

docker-compose up postgres-db

Install all packages:

yarn install

To generate a new migration to capture schema changes:

yarn typeorm migration:generate -n SomeMigrationName

To test a new migration, run:

yarn typeorm migration:run