- 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 run examples:dev:01_template
or if you want to run a specific example:
cd examples/01_template
pnpm run dev
More examples can be found in the examples
directory.
We are using playwright for end-to-end testing.
pnpm run e2e