A rust-native onlivfe app built using tauri and leptos, working as a more ugly alternative to the VRPeeps app that's built with Angular & tauri.
Also note that the license is AGPL.
Basic requirements:
Start off by cloning the project with git.
git clone https://github.com/onlivfe/app_rs
Then open the project folder in your terminal, & run cargo tauri dev
for the whole build, or trunk serve
for just the UI.
Then get to hacking, & optionally replace the dependency in other projects by overriding dependencies.