Installing

To start a new Waku project, you can use any of the following commands, depending on your preferred package manager:

npm create waku@latest
yarn create waku
pnpm create waku # pnpm not working for now

These commands will create an example app that you can use as a starting point for your project.