Tree @main (Download .tar.gz)
Epub.js Reader

Try it while reading Moby Dick
About the Reader
Epub.js library.
Getting Started
Open up reader/index.html in a browser.
You can change the ePub it opens by passing a link to bookPath in the url:
?bookPath=https://s3.amazonaws.com/epubjs/books/alice.epub
Running Locally
Install node.js
Then install the project dependences with npm
npm install
You can run the reader locally with the command
node start
Builds are concatenated and minified using gruntjs
To generate a new build run
grunt
Or, to generate builds as you make changes run
grunt watch
Additional Resources
Epub.js Developer Mailing List
IRC Server: freenode.net Channel: #epub.js
Follow us on twitter: @Epubjs
- http://twitter.com/#!/Epubjs
Other
EPUB is a registered trademark of the IDPF.
Commit History
@main
git clone https://code.lukegrehan.com/reader/
- add dockerfile Luke Grehan 4 months ago
- link to local book Luke Grehan 8 months ago
- npm i Luke Grehan 8 months ago
- Merge remote-tracking branch 'upstream/master' Luke Grehan 8 months ago
- init Luke Grehan 8 months ago
- Update Readme links Fred Chasen 7 years ago
- Update deps Fred Chasen 7 years ago
- Update fontSize, add jszip 3.1.5 Fred Chasen 7 years ago
- Update server Fred Chasen 7 years ago
- Update to epubjs latest Fred Chasen 7 years ago