### Build Sandspiel Project Source: https://github.com/maxbittker/sandspiel/blob/master/README.md Instructions to build the Sandspiel project using wasm-pack and npm. Run the first command to build the wasm and install dependencies, then start the development server. A second terminal is needed for continuous wasm builds. ```bash # build the wasm once: cd crate && wasm-pack build && cd ..; npm install; npm run start; # then in a separate terminal: cargo watch -s 'wasm-pack build' ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.