Epub.js

From TSAS Library
Revision as of 10:14, 13 November 2016 by JStallings (talk | contribs) (Created page with "==Local Installation== # Install Git # Install Node.js # Clone latest branch from [https://github.com/futurepress/epub.js here] with <code>git clone [url]</code> # (For 0.3) I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Local Installation

  1. Install Git
  2. Install Node.js
  3. Clone latest branch from here with git clone [url]
  4. (For 0.3) Install the project dependencies with npm npm install[1]
  5. Install bower bower install
    1. If that install fails, run npm config set prefix /usr/local, then npm install -g bower[2]
    2. Install bower with npm install -g bower[3]
  6. Run server with ./tools/server