mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
Merge branch 'main' of https://github.com/kodjodevf/mangayomi
This commit is contained in:
commit
e55c0c7b64
1 changed files with 28 additions and 1 deletions
29
README.md
29
README.md
|
|
@ -1,2 +1,29 @@
|
|||
# Mangayomi
|
||||
Mangayomi is free and open source manga reader inspired by Tachiyomi made with flutter. It allows users to read manga from multiple platforms and is developed out of passion and the challenge of creating such an application. Currently, all content sources are directly integrated into the application.
|
||||
Mangayomi is free and open source manga reader inspired by Tachiyomi made with flutter. It allows users to read manga from multiple sources and is developed out of passion and the challenge of creating such an application. Currently, all content sources are directly integrated into the application.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
You can install Flutter & Dart from [Official website](https://docs.flutter.dev/get-started/install)
|
||||
|
||||
- Dart sdk
|
||||
- Flutter - Channel Stable
|
||||
|
||||
### 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue