Difference between revisions of "Epub.js"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| Line 8: | Line 8: | ||
##Install bower with <code>npm install -g bower</code><ref>[https://bower.io/ Bower]</ref> | ##Install bower with <code>npm install -g bower</code><ref>[https://bower.io/ Bower]</ref> | ||
# Run server with <code>./tools/server</code> | # Run server with <code>./tools/server</code> | ||
# Navigate to [http://localhost:8080/tests http://localhost:8080/tests] and lament the errors. | |||
# Navigate to [http://localhost:8080 http://localhost:8080] and celebrate the successful test. | |||
==Viewing Your ebooks== | |||
==References== | ==References== | ||
<references /> | <references /> | ||
Revision as of 10:21, 13 November 2016
Local Installation
- Install Git
- Install Node.js
- Clone latest branch from here with
git clone [url] - (For 0.3) Install the project dependencies with npm
npm install[1] - Install bower
bower install - Run server with
./tools/server - Navigate to http://localhost:8080/tests and lament the errors.
- Navigate to http://localhost:8080 and celebrate the successful test.