mdauthentic / portmanager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Rust 97.3%Language:JavaScript 2.2%Language:CSS 0.5%