Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 706 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 -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.

Testing

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

pnpm run e2e