Skip to content

anthonycrumley/browserbible-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

607 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Browser Bible v3

Bible software that runs in the browser.

An update to https://github.com/digitalbiblesociety/browserbible.

Building Texts

  1. Install Node.js (http://nodejs.org/download/) for your platform
  2. Navigate to the /tools/textgenerator folder
  3. Run npm install to install dependencies
  4. Run node generate.js -a (-a will build every version input folder, run without -a to see help)
  5. Run node create_texts_index.js

Additional Texts

To create additional texts

  1. Create a folder under /tools/textgenerator/input/MyNewVersion/
  2. Create a info.json file in that folder with the id, name, language, information
  3. Put content in the folder (currently USFM files and bibles from http://unbound.biola.edu/)

Build (minify)

To create a "build" version, you'll need uglify-js

  1. Install uglify-js npm install uglify-js
  2. Run node builder.js

About

Bible software that runs in the browser

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.2%
  • CSS 7.5%
  • Other 1.3%