rinja-rs / play-rinja

Rinja Playground | Online Preview
https://rinja-rs.github.io/play-rinja/
Apache License 2.0
1 stars 0 forks source link

play-rinja

This is the source code for https://rinja-rs.github.io/play-rinja/ which allows you to test the rinja directly in your web browser.

To run this website locally:

git submodule update --remote --no-recommend-shallow
rustup target add wasm32-unknown-unknown
cargo install trunk
trunk serve