rqbit/desktop
2025-01-06 17:14:53 +00:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src Poor mans desktop (UI) widgets for ratelimits 2024-11-20 16:12:42 +00:00
src-tauri Upgrade tauri app version 2025-01-06 17:14:53 +00:00
.gitignore Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
index.html v5.6.0-beta.1 (#116) 2024-04-06 09:37:31 +01:00
package-lock.json Update deps 2024-10-03 13:46:19 +01:00
package.json Update deps 2024-10-03 13:46:19 +01:00
postcss.config.js Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00
README.md Add build details to desktop application README.md 2024-04-04 17:49:50 +01:00
tailwind.config.ts Limit colors and re-use tailwind config in desktop 2023-12-16 19:15:09 +00:00
tsconfig.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
tsconfig.node.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
vite.config.ts Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00

rqbit GUI Application

This is a thin tauri wrapper for the web ui of rqbit.

Dependencies

  • Tauri CLI.
cargo install tauri-cli
  • Nodejs and NPM

How to build GUI

  • Go to rqbit/crates/librqbit/webui

    npm install
    npm run build
    
  • Go to rqbit/desktop

    npm install
    cargo tauri dev