-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from btzr-io/preact
Preact [WIP]
- Loading branch information
Showing
105 changed files
with
9,616 additions
and
85,452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"projectOwner": "workhorsy", | ||
"projectName": "comic_book_reader", | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"commit": false, | ||
"contributorsPerLine": 4, | ||
"contributors": [ | ||
{ | ||
"login": "workhorsy", | ||
"name": "Matthew Brennan Jones", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/2733986?v=4", | ||
"profile": "http://workhorsy.org", | ||
"contributions": [ | ||
"code", | ||
"translation", | ||
"bug", | ||
"question" | ||
] | ||
}, | ||
{ | ||
"login": "btzr-io", | ||
"name": "Baltazar Gomez", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/14793624?v=4", | ||
"profile": "http://codepen.io/btzr-io", | ||
"contributions": [ | ||
"design", | ||
"platform", | ||
"code" | ||
] | ||
} | ||
], | ||
"repoType": "github" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"hooks": { | ||
"pre-commit": "yarn pretty-quick --staged" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
node_modules | ||
bin | ||
dist | ||
test | ||
build | ||
/src/assets | ||
/src/lib | ||
*.lock | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"printWidth": 100, | ||
"singleQuote": true, | ||
"semi": false | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,40 @@ | ||
http://comic-book-reader.com | ||
|
||
Warning | ||
=================== | ||
This branch is a port to Preact, and does not work yet! | ||
> ### :warning: Warning | ||
> This branch is a port to Preact, and does not work yet! | ||
# Comic Book Reader | ||
|
||
Comic Book Reader | ||
=================== | ||
* Can read CBR, CBZ, CBT, and PDF files | ||
* Runs in the browser as a JavaScript and HTML web page | ||
* Works well on a touch device or desktop | ||
* Saves opened comics in the browser | ||
* Works when offline thanks to Service Workers. | ||
* Regularly tested in Firefox, Chrome, and Internet Explorer | ||
|
||
# Install Requirements | ||
### Install Requirements | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
# Run for development | ||
### Run for development | ||
|
||
```bash | ||
npm start | ||
yarn dev | ||
``` | ||
|
||
|
||
# Install git hooks to automatically generate src/lib/version_date.js file on commit | ||
### Format code | ||
```bash | ||
./bin/install_hooks.sh | ||
yarn format | ||
``` | ||
|
||
## Contributors | ||
|
||
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore --> | ||
| [<img src="https://avatars3.githubusercontent.com/u/2733986?v=4" width="100px;"/><br /><sub><b>Matthew Brennan Jones</b></sub>](http://workhorsy.org)<br />[💻](https://github.com/workhorsy/comic_book_reader/commits?author=workhorsy "Code") [🌍](#translation-workhorsy "Translation") [🐛](https://github.com/workhorsy/comic_book_reader/issues?q=author%3Aworkhorsy "Bug reports") [💬](#question-workhorsy "Answering Questions") | [<img src="https://avatars1.githubusercontent.com/u/14793624?v=4" width="100px;"/><br /><sub><b>Baltazar Gomez</b></sub>](http://codepen.io/btzr-io)<br />[🎨](#design-btzr-io "Design") [📦](#platform-btzr-io "Packaging/porting to new platform") [💻](https://github.com/workhorsy/comic_book_reader/commits?author=btzr-io "Code") | | ||
| :---: | :---: | | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.