Links
This is a small website built using Yew. It uses trunk to run locally, and build for deployment.
I wanted to explore this library and see how it all works.
Installation
$ rustup target add wasm32-unknown-unknown
$ cargo install --locked trunk
$ cargo install wasm-bindgen-cli
$ trunk serve
Deployments
Deployments are handled via Github Actions. We deploy manually to Netlify after building.