### Install Project Dependencies Source: https://github.com/polymeilex/oxisynth/blob/master/oxisynth/examples/wasm/README.md Installs all necessary project dependencies using npm. ```sh npm install ``` -------------------------------- ### Build Project in Release Mode Source: https://github.com/polymeilex/oxisynth/blob/master/oxisynth/examples/wasm/README.md Compiles the project for production and outputs the build artifacts to the `dist` folder. ```sh # Builds the project and places it into the `dist` folder. npm run build ``` -------------------------------- ### Run Project in Debug Mode Source: https://github.com/polymeilex/oxisynth/blob/master/oxisynth/examples/wasm/README.md Builds the project and launches it in a new browser tab with auto-reloading capabilities. Useful for development. ```sh # Builds the project and opens it in a new browser tab. Auto-reloads when the project changes. npm start ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.