dialtone_yew

Crates.iodialtone_yew
lib.rsdialtone_yew
version0.1.0
sourcesrc
created_at2022-07-04 18:06:53.062724
updated_at2022-07-04 18:06:53.062724
descriptionDialtone Yew Webapp
homepage
repositoryhttps://codeberg.org/rcode3/dialtone
max_upload_size
id619102
size157,602
Andrew Newton (anewton1998)

documentation

README

dialtone_yew

This is a Yew webapp for the dialtone system.

About dialtone

Dialtone is an un-imagined Activity Pub system. What does "un-imagined" mean? Basically, there is no intent to silo this software into a specific vertical "marketplace". Instead, emergent use cases will be addressed.

This software is under active, initial development and is far from feature complete or ready for use.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Setup

Install Trunk

cargo install trunk

Add WASM target for Rust:

rustup target add wasm32-unknown-unknown

Build and/or Serve

To build:

trunk build

To build and serve:

trunk serve --open
Commit count: 0

cargo fmt