Files
pezkuwi-subxt/substrate/bin/node/cli/browser-demo/README.md
T
2019-11-18 21:00:07 +01:00

10 lines
231 B
Markdown

# How to run this demo
```sh
cargo install wasm-pack # If necessary
wasm-pack build --target web --out-dir ./browser-demo/pkg --no-typescript --release ./.. -- --no-default-features --features "browser"
xdg-open index.html
```