An open API service indexing awesome lists of open source software.

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.

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`