KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
kingjames.bible
★ 32
Open GitHub ↗
Source for the King James Bible
Download README (.md)
Explore Similar Repositories
side-by-side
:
Visual comparison of different translations of itemized texts; e.g. poems, bibles, etc.
scribe-scripture-editor
:
A Bible translation editor for everyone.
autographa
:
A Bible translation editor for everyone.
bible-bot
:
A simple Telegram Bot for reading the whole Bible in 80+ translations inside Telegram.
linkture
:
PARSE and PROCESS BIBLE SCRIPTURE REFERENCES: extract, tag, hyperlink, rewrite, translate, BCV-encode and decode
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kingjames.bible
?
Download (.md)
# The King James Bible Source for https://kingjames.bible, one of many copies of the King James Bible on the web. This is a labor of love with the end goal being a clean, high quality implementation without distracting fluff. ## Roadmap Here is the current thinking and relative order of planned features: * Single Page App (SPA) but retaining SEO features * Full text searching * Built-in dictionary * Copy + Paste functionality to aid in copying bible content to blogs and web sites with configurable styling * Embeddable "verse of the day" * Embeddable Bible search * A flash card style memorization site ## Contact Please add feature suggestions to the issue tracker and I'll see what I can do. ## Tools ###  Cross browser testing is provided by [BrowserStack](https://www.browserstack.com/). ## Building and Deploying To build this software you will need several tools pre-installed: * Leiningen - Tested with 2.6.1 * Node.js - 6.3.1 * NPM - 3.10.3 * gulp-cli - 0.4.0 - install with ```npm install gulp-cli -g``` The build steps are: 1. Resolve all Clojure, ClojureScript, and Node.js dependencies with ```lein deps```. 2. Compile the ClojureScript code with ```lein cljsbuild once```. 3. Build the static web page resources with ```gulp build --config prod```. This will place the resulting files in ```./out/prod```. 4. Publish the static web page resources to an S3 bucket with ```gulp bucketsync --config prod```.