A TUI (Terminal User Interface) for the Chax app made in Rust using Ratatui
Prerequisites: cargo
, npm
git clone https://github.com/Chaxware/backend
cd backend
npm install
npm run dev
git clone https://github.com/Chaxware/ChaxTUI chax-tui
cd chax-tui
git checkout ratatui
cargo run "http://localhost:<port>" <hub_id> <channel_id> # Replace items within <> with respective values