mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Updated readme with books submodule
This commit is contained in:
parent
6a21966ecb
commit
5dca57b26c
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -104,6 +104,16 @@ node server.js
|
|||
* [dev.html](http://localhost:8080/demo/dev.html) will pull from the source files and should be used during development.
|
||||
* [index.html](http://localhost:8080/demo/index.html) will use the minified production libraries in the dist/ folder.
|
||||
|
||||
Testing
|
||||
-------------------------
|
||||
|
||||
Once you start a server you can run the [QUnit](http://qunitjs.com/) tests at [http://localhost:8080/tests/](http://localhost:8080/tests/)
|
||||
|
||||
You can download the test books by running:
|
||||
```
|
||||
git submodule foreach git pull
|
||||
```
|
||||
|
||||
Building for Distribution
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue