Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zomatree/furor
A revolt client made in rust
https://github.com/zomatree/furor
Last synced: 8 days ago
JSON representation
A revolt client made in rust
- Host: GitHub
- URL: https://github.com/zomatree/furor
- Owner: Zomatree
- License: agpl-3.0
- Created: 2021-09-16T02:22:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T17:24:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:18:24.815Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 2.29 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Furor
A Revolt client in rust using [Wasm](https://webassembly.org/) and [Dioxus](https://dioxuslabs.com/)
## Running
```bash
git clone https://github.com/zomatree/furor
cargo install dioxus-cli
cd furor
dioxus serve
```