Skip to content

datum-cloud/datum-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Datum Tunnels

This repo is broken into 3 components, a CLI, GUI app, and shared-core library that the CLI & GUI draw on.

Required Tools

  • For all three crates: rust & cargo
  • For UI: dioxus
    • specifically, install dx with cargo install dioxus-cli
    • if you have binstall, you can skip compiling dx from source by running cargo binstall dioxus-cli

Running CLI commands:

to run without compiling, use cargo run in the cli directory:

cd cli
cargo run -- --help

Running the UI:

to run the UI, make sure you have rust, cargo, and dioxus installed:

cd ui
dx serve

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •