The web-based chat client for Versal
Find a file
SeanOMik 9a5b3805b6
Create hub list and ability to switch between hubs (fixes #1)
I had to fix a bunch of issues components causing panics when switching
2025-04-18 13:32:12 -04:00
src Create hub list and ability to switch between hubs (fixes #1) 2025-04-18 13:32:12 -04:00
style Initial commit 2025-03-04 19:03:35 -05:00
.gitignore Initial commit 2025-03-04 19:03:35 -05:00
Cargo.lock Create hub list and ability to switch between hubs (fixes #1) 2025-04-18 13:32:12 -04:00
Cargo.toml Create hub list and ability to switch between hubs (fixes #1) 2025-04-18 13:32:12 -04:00
index.html Initial commit 2025-03-04 19:03:35 -05:00
LICENSE Initial commit 2025-03-04 19:03:35 -05:00
package-lock.json Initial commit 2025-03-04 19:03:35 -05:00
package.json Initial commit 2025-03-04 19:03:35 -05:00
README.md Initial commit 2025-03-04 19:03:35 -05:00
rustfmt.toml Initial commit 2025-03-04 19:03:35 -05:00
tailwind.config.js Initial commit 2025-03-04 19:03:35 -05:00

Versal Web

A web-based chat client for Versal.

Building

Install the trunk tool:

cargo install trunk

Add the wasm32-unknown-known target so that Rust can compile the code to WASM for the browser:

rustup target add wasm32-unknown-unknown