# Compile and Run ## Build the rln-wasm package at the root of rln-wasm ```bash cargo make build ``` ## Move into this directory and install dependencies ```bash cd examples npm install ``` ## Run ```bash npm start ```