Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 647 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 647 Bytes

Contributing to waku

Prerequisites

corepack enable
pnpm install

Building

Before you start, make sure to build the waku so that the examples can be run.

pnpm run compile

Start with example

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.

Testing

We are using playwright for end-to-end testing.

pnpm run e2e