This repo is to aim to be able to use Cloudflare Bindings on Waku app.
- Make a wrangler.jsonc based on template.wrangler.jsonc
- Set your account_id and kv_namespaces's id
We can follow https://github.com/wakujs/waku/tree/main/examples/07_cloudflare and https://waku.gg/guides/cloudflare
- If you will need to use remote KV data, run with
--remote
, likewrangler dev --remote
See: https://developers.cloudflare.com/workers/local-development/