Bible Projector is a browser based tool for projecting Bible verses.
In a modern browser (Chrome, Firefox, Safari), go to http://bibleprojectorpage.github.io
- Download NodeJS at https://nodejs.org/
- Install NodeJS package bower - It is a JavaScript dependency manager
npm install -g bower - Install git from http://www.git-scm.com/
- Clone source code
git clone https://github.com/weipingc/bibleProjector - Get dependencies
cd bibleProjector
bower update - Install NodeJS package polyserve - It is a web server written in NodeJS
npm install -g polyserve - Run polyserve to serve the Bible Projector application
polyserve -p 8888
Or ./startPolyserve.bat You will see the following:
Starting Polyserve on port 8888
Files in this directory are available at localhost:8888/components/BibleProjector/... - Launch the Bible Projector application
Start Chrome browser
Go to localhost:8888/components/BibleProjector/index.html
Clicking the Help link will open the Help window, you can read detailed instructions there.
Google Chrome Version 44 or newer.
Polymer(http://polymer-project.org/) version 1.0 is used.
- Following this tech guide:
https://pages.github.com/ - Create another account @github.com
bibleprojectorpage - Created new repo
bibleprojectorpage.github.io - Clone the new repo
- Copy the deployment of this repo(weipingc/bibleprojector)
- Commit the new repo
- Now you can access it http://bibleprojectorpage.github.io
Weiping Chen([email protected]) This program is based on the works of Mr. Weiheng Hsi, Mr. Spring ([email protected]) and Paul Chang([email protected])