Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 484 Bytes

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