Bible SuperSearch is a web-based Bible search engine with webservice API.
This repository contains the raw development code for the
Bible SuperSearch UI, written using the Enyo JavaScript framework.
This is used for all official Bible SuperSearch Clients:
* Universal Client
* WordPress Plugin
Requirements: Node, npm
Must install the Enyo dev tools:
npm install -g enyo-dev
This repository uses submodules.
After cloning, you must run:
git submodule init
git submodule update
Rename config-example.js to config.js
Edit as desired
Run ./packprod to generate packed, production code
Point a virtual host to builds/prod to view and test