1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

added annotator link to readme

This commit is contained in:
Fred Chasen 2013-03-25 15:13:05 -07:00
parent 548e0d63ce
commit 45c672cd6c

View file

@ -35,9 +35,9 @@ then you can run the reader locally with the command
http-server http-server
``` ```
* http://localhost:8080/dev.html will pull from the source files and should be used during development. * [dev.html](http://localhost:8080/dev.html) will pull from the source files and should be used during development.
* [index.html](http://localhost:8080/index.html) will use the minified production libraries in the dist/ folder.
* http://localhost:8080/index.html will use the minified production libraries in the dist/ folder. * [annotator.html](http://localhost:8080/annotator.html) is a dev branch for annotation development.
Building for Distribution Building for Distribution
------------------------- -------------------------