https://github.com/timmikeladze/multiverse-reader
Web based comic book reader (cbr/cbz) and library server. Built with React and GraphQL on top of Parcel and Serverless.
https://github.com/timmikeladze/multiverse-reader
cbr cbz comic comic-books comics-reader
Last synced: 3 months ago
JSON representation
Web based comic book reader (cbr/cbz) and library server. Built with React and GraphQL on top of Parcel and Serverless.
- Host: GitHub
- URL: https://github.com/timmikeladze/multiverse-reader
- Owner: TimMikeladze
- License: mit
- Created: 2018-04-20T22:12:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T04:00:49.000Z (over 7 years ago)
- Last Synced: 2025-07-03T11:37:39.923Z (3 months ago)
- Topics: cbr, cbz, comic, comic-books, comics-reader
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiverse-reader
**Note: This project is under active development**
Web based comic book reader (cbr/cbz) and library server. Built with React and GraphQL on top of Parcel and Serverless.
## Getting started for local development
Install the dependencies: `yarn`
Copy the example environment variables files: `cp packages/multiverse-reader-server/env.yml.example packages/multiverse-reader-server/env.yml`
Modify the environment: `vi packages/multiverse-reader-server/env.yml`
Start the client and server: `yarn start`