Skip to content

seanlis/dubar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuBar

an epub reader

Demo

Try it here

About the Reader

Epub.js library.

Getting Started

Open up dubar in a browser, click the folder button to open an epub book.

Running Locally

Install node.js

Then install the project dependences with npm

npm install

You can run the reader locally with the command

npm 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

Other

EPUB is a registered trademark of the IDPF.