:hammer_and_wrench: 建造 # Create the `pkg` directory # It will contain the `.wasm` compiled from the Rust code (in `src`) and the JS glue to make it work wasm-pack build # In `site` directory # Install JS dependencies npm install :rocket: 跑 # in `site` directory npm run serve