Skip to main content

Building from Source

git clone <repo-url>
cd bible
npm install
npm run init
npm run build

To launch the desktop app in dev mode:

npm run dev

To launch the web app in dev mode:

npm run dev:standalone

Placeholder — prerequisites, native module rebuild notes, and module-data setup will be expanded here.