abstreet/santa/run_web.sh

7 lines
131 B
Bash
Executable File

#!/bin/bash
set -e
wasm-pack build --dev --target web -- --no-default-features --features wasm
cd pkg
python3 -m http.server 8000