The source code for https://instant.bible, an as-you-type Bible search engine!
instant.bible is a Bible search engine which returns results instantly
while you type.
instant.bible is available on the following platforms:
This repository is a monorepo containing the codebases for the search engine as
well as all of the individual applications. All application and engine code is
in the ./packages
directory. See README.md
in that directory
for further instructions on getting set up for development.
Make sure to run npm ci
in this root repository to get some common tooling
set up. You should also install direnv
and run direnv allow
(after reading.envrc
) to make sure your environment is set up correctly.
Commit messages should be formatted to match the Conventional Commits
format. direnv allow
will set up a git hook for this repository to help you
format your commit messages properly.
MIT