Updates scripts
This commit is contained in:
parent
9cdebed979
commit
dc78fa721a
6 changed files with 10 additions and 134 deletions
8
scripts/dev-website.sh
Executable file
8
scripts/dev-website.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp -R pkg/reconcile.js examples/website/
|
||||
cp -R pkg/reconcile_bg.wasm examples/website/
|
||||
|
||||
cd examples/website/
|
||||
|
||||
python3 -m http.server $1
|
||||
Loading…
Add table
Add a link
Reference in a new issue