Make sure you have Node and Wrangler installed
-
Set your project and account info in
wrangler.toml
-
Install dependencies
npm install
- Develop your app
npm start
- Publish it using your api key (log into Cloudflare and go to the "workers" dashboard to find it)
CF_API_KEY=yourkey wrangler publish