Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 345 Bytes

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