mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-20 18:15:33 -05:00
7 lines
No EOL
276 B
Markdown
7 lines
No EOL
276 B
Markdown
# Veilid WASM Example - Test Bench
|
|
|
|
This is an example application used as a test bench for veilid-wasm.
|
|
|
|
* `npm install` to install dependencies.
|
|
* `npm run build:wasm` to build veilid-wasm so it can be used by the test bench.
|
|
* `npm run dev` to start the development server. |