Welcome! This is the Azumi Website, created in Rust with Yew!
The MSRV is 1.67.
Firstly if you haven't already, install Rust. I suggest using rustup.
Once you're done installing Rust, install the WASM platform:
rustup target add wasm32-unknown-unknownThen install Bonnie (CLI we use.):
cargo install bonnieAnd almost there, install Tailwind:
npm i -g tailwindcssAnd now you can serve Azumi!
trunk serveDo the steps at the top then:
trunk buildor if for production:
trunk build --release