Skip to content

freenet/river

Repository files navigation

Project README

Screenshot of chat interface

Try it out

River is still in development and can't yet be used as a group chat - but you're welcome to check out the current state of the UI.

Prerequisites

Install Rust if you don't already have it

# On macOS and Linux
curl https://sh.rustup.rs -sSf | sh

Install the Dioxus CLI

cargo install dioxus

Clone the River repository and switch to MVP branch

git clone git@github.com:freenet/river.git
git checkout mvp

Start the Dioxus dev server

cd river/ui
dx serve

Open the browser to http://localhost:8080.

Project Structure

  • common: Common code shared by contracts, delegates and UI
  • ui: User interface, built with Dioxus

Releases

No releases published

Packages

No packages published