#!/usr/bin/env bash cd browser || exit; wasm-pack build --target web || exit; cd ..; cd server || exit; cargo run || exit;