Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 2.3 KB

README.md

File metadata and controls

63 lines (37 loc) · 2.3 KB

MangaYouKnow

MangaYouKnow.-.Home.2024-11-22.22-37-08.mp4

MangaYouKnow desktop

MangaYouKnow is a manga reader that allows you to read manga from multiple sources in one app.

Download

Download the latest version from here.

  • Windows

    • the best way is with the Msi installer, but if you don't have admin rights you can use the Nsis installer (the .exe file).
  • MacOS

    • Unfortunately I don't have a Mac to test the app on MacOS, so if you have any issue with the app please let me know. I don't even know if it will work on MacOS.
  • Linux

    • I know it works on Linux, but I didn't test it. Let me know if you have any issue.
  • Mobile

    • Its in my plans.

Discord server to contact me: MangaYouKnow server

Dev setup

In this project, I use Bun as the JavaScript runtime and I personally recommend it. If you want to use another runtime, you must change the src-tauri/tauri.conf.json file. There you replace bunin the beforeDevCommand and beforeBuildCommand with the runtime you want to use.

Please don't commit the change of runtime in the src-tauri/tauri.conf.json file.

Make sure to install the dependencies:

bun install

Start a development app

bun tauri dev

Production

Build the application for production:

bun tauri build