Skip to content

Commit

Permalink
bui-demo: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 31, 2023
1 parent a93fa7b commit bb17211
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bui-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ To run with other options:
# Use JS frontend, files served from filesystem for frontend development:
cargo run --no-default-features --features "serve_files frontend_js"

## Building the Rust yew frontend

Frontend is built with `wasm-pack`. (In development, `wasm-pack 0.8.11` was
used.) Install from https://rustwasm.github.io/wasm-pack/installer/ .

cd frontend_yew && ./build.sh

## Building the Rust seed frontend

Frontend is built with `wasm-pack`. (In development, `wasm-pack 0.8.11` was
used.) Install from https://rustwasm.github.io/wasm-pack/installer/ .

cd frontend_seed && ./build.sh


License: MIT/Apache-2.0

0 comments on commit bb17211

Please sign in to comment.