mohit-agarwal / readium-js

Slimmed down version of the repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readium.js

Extend the Readium project to the world wide web.

The installation script will do the following:

  1. Install node.js and node's package manager
  2. Run "npm install". This uses npm to download and install the rest of the dependencies for the project. (They are listed in package.json, if you're curious.)
  3. Run "grunt". Grunt is a build script, like Make, that will ready the Readium web components for release.

Sample

For sample usage of Readium.js pleas have a look at readium-js-viewer implementation.

Development and contributing

If you're interested in contributing here on Github, here are some resources to get started:

If you have any questions, please email Dmitry: dmitrym@evidentpoint.com

Licensing info

Licensing information can be found in the file license.txt in the root of the repo, as well as in the source code itself.

About

Slimmed down version of the repo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.8%Language:Shell 0.2%