/portmanager

A cross-platofrm desktop app to manage your ports made with Dioxus and Rust.

Primary LanguageRustMIT LicenseMIT

Port Manager

A cross-platofrm desktop app to manage your ports made with Dioxus and Rust.

portmanager

This app has been tested only on macOS. Test on other platform will be done later.

Setup

git clone repo
cd repo
# run to start the tailwind css compile
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
dx serve --hot-reload --platform desktop
# alternatively, you could run
cargo run