mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 22:18:01 -05:00
21 lines
225 B
Markdown
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
|
|
```
|