rqbit/desktop
2024-05-01 00:43:51 +04:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src UI link to video files 2024-05-01 00:43:51 +04:00
src-tauri 5.6.4 2024-04-29 19:42:16 +01: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 rebuild webui 2024-04-07 10:56:06 +01:00
package.json Update npm deps 2024-02-26 10:15:28 +00: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