- Node.js: see specific version in package.json
corepack enable
pnpm install
Before you start, make sure to build the waku so that the examples can be run.
pnpm run compile
pnpm -F 01_template dev # to run examples/01_template in dev mode
build
and start
can be run with the same pattern:
pnpm -F 01_template build
pnpm -F 01_template start
More examples can be found in the examples
directory.
We are using playwright for end-to-end testing.
pnpm run e2e