abstreet/santa/run_web.sh

7 lines
131 B
Bash
Raw Normal View History

2020-12-03 00:44:10 +03:00
#!/bin/bash
set -e
wasm-pack build --dev --target web -- --no-default-features --features wasm
cd pkg
python3 -m http.server 8000