A basic nostr project for releasing some stress. Tell the world what's going.
To run the local development server using the Dioxus CLI, run the following:
dioxus serve
This will build the project and run a local development server with hot reload at http://localhost:8080
.
To build the WASM app, run the following:
dioxus build --release