61 lines
1.7 KiB
Markdown
61 lines
1.7 KiB
Markdown
<p align="center">
|
|
<img width=200px height=200px src="assets/mangayomi_logo.png"/>
|
|
</p>
|
|
|
|
<h1 align="center"> Mangayomi </h1>
|
|
|
|
Mangayomi is free and open source manga reader cross-plateform app inspired by Tachiyomi made with flutter. It allows users to read manga from a variety of sources. Currently, all content sources are directly integrated into the application.
|
|
|
|
## Features
|
|
|
|
Features include:
|
|
* Online reading from a variety of sources
|
|
* Local reading of downloaded content
|
|
* A configurable reader with multiple viewers, reading directions.
|
|
* Categories to organize your library
|
|
* Light and dark themes
|
|
|
|
## Download
|
|
Get the app from our [releases page](https://github.com/kodjodevf/mangayomi/releases).
|
|
|
|
|
|
### Building
|
|
|
|
1. Clone the repository:
|
|
|
|
```
|
|
$ git clone https://github.com/kodjodevf/mangayomi.git
|
|
$ cd mangayomi/
|
|
```
|
|
2. You can install all dependencies by running this command in terminal:
|
|
|
|
```
|
|
$ flutter pub get
|
|
```
|
|
|
|
3. Now enter the following command to start debugging the app:
|
|
|
|
```
|
|
$ flutter run
|
|
```
|
|
## License
|
|
|
|
Copyright 2023 Moustapha Kodjo Amadou
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
|
|
|
|
## Disclaimer
|
|
|
|
The developer of this application does not have any affiliation with the content providers available.
|