For Raquel
<3 Dom and Yurm
- Install rust (stable)
- Install WASM target
rustup target add wasm32-unknown-unknown - Install cargo-generate, trunk and leptosfmt
cargo install cargo-generate trunk leptosfmt --locked
Dev locally:
RUSTFLAGS="--cfg=erase_components" trunk serveBefore committing make sure you run:
leptosfmt ./**/*.rs && cargo fmt -- -l && cargo clippyLocally you can run:
trunk build --releaseFor a release to the domain, we use GitHub action which will be triggered by a GitHub release.