update readme
This commit is contained in:
parent
19f74b5912
commit
5f179b978d
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -2,6 +2,7 @@ Comic Book Reader
|
||||||
=================
|
=================
|
||||||
|
|
||||||
[](https://travis-ci.org/balaclark/HTML5-Comic-Book-Reader)
|
[](https://travis-ci.org/balaclark/HTML5-Comic-Book-Reader)
|
||||||
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
A canvas based web application for reading comics. You can also see an implementation
|
A canvas based web application for reading comics. You can also see an implementation
|
||||||
of this as an offline Chrome packaged application CBZ / CBR comic book reader at:
|
of this as an offline Chrome packaged application CBZ / CBR comic book reader at:
|
||||||
|
@ -23,6 +24,22 @@ npm run build
|
||||||
npm test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In order to run the test suite you will need phantomjs installed, if you don't
|
||||||
|
have it already installed globally:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install phantomjs@1.9
|
||||||
|
npm test
|
||||||
|
```
|
||||||
|
|
||||||
|
Contribute
|
||||||
|
----------
|
||||||
|
|
||||||
|
Contributions are welcome, use the standard code style:
|
||||||
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
|
This project aims to have an absolute minimum of external dependencies (dev dependencies are more acceptable).
|
||||||
|
|
||||||
Copyright and License
|
Copyright and License
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue