Azumi Website

Welcome! This is the Azumi Website, created in Rust with Yew!

The MSRV is 1.67.

Development

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-unknown

Then install Bonnie (CLI we use.):

cargo install bonnie

And almost there, install Tailwind:

npm i -g tailwindcss

And now you can serve Azumi!

trunk serve

Building

Do the steps at the top then:

trunk build

or if for production:

trunk build --release