Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Start a new Waku project with the `create` command for your preferred package ma
npm create waku@latest
```

Alternatively, you can choose a template via

```sh
npm create waku@latest -- --choose
```

**Node.js version requirement:** `^24.0.0` or `^22.12.0` or `^20.19.0`

## Rendering
Expand Down