MangaYouKnow is a manga reader that allows you to read, download and keep track manga & comics from multiple sources in one app.
Download the latest version from here.
Windows
MacOS
Linux
Mobile
Discord server to contact me: MangaYouKnow server
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 bun
in 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
bun tauri dev
Build the application for production:
bun tauri build