Skip to content

robertojmm/mein-manga

Repository files navigation

Nest Logo

Description

Mein-Manga is an individual and comfortable comic/manga web reader. Enjoy reading on your computer as well as your phone.

Installation

You can manually download the lates version of the server from here

# Downloading the app
$ git clone --recurse-submodules [email protected]:robertojmm/mein-manga.git

# Installing dependencies
$ npm run install:all

# Build WebApp
$ cd web && npm run build

# Build Server
$ cd .. && npm run build:windows (or linux)

❗ ❗ Don't forget to edit src/env.ts with your credentials :exclamation: :exclamation:

❗ ❗ Don't forget to change folder paths in dist/settings.json once you executed the app :exclamation: :exclamation:

Running the app

# Basic run
$ npm start


# Using screen
# Create the screen
$ screen -S mein-manga

# Then execute the app
$ npm start

# To exit without stopping the app
Control + A, then Control + D

📜 License

Mein-Manga and Nest are MIT licensed.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages