cloudflare
Installation
SKILL.md
Cloudflare Platform
Build globally distributed applications on Cloudflare's edge network.
Quick Start
# Install Wrangler CLI
npm install -g wrangler
# Login
wrangler login
# Create new Worker
wrangler init my-worker
# Deploy
wrangler deploy