Files
zerokit/rln-wasm/examples/README.md

21 lines
225 B
Markdown

# 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
```