Closed GuillaumeGomez closed 2 months ago
Oh, yeah, I should write a readme. :-/
In the meantime:
# git submodule update --remote --no-recommend-shallow
# cargo install trunk
trunk serve
Say no more!
Fixed in #3 & #4. Thank you! :)
I wanted to add some missing features but when I run
cargo run
(after runninggit submodule update --init
) I get:So obviously, I'm missing something important. I suppose opening
index.html
should be enough once we build for wasm target. But I'm not sure so anyway, please add build/run instructions. :)