We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c185e8 commit 9bbc98aCopy full SHA for 9bbc98a
README.md
@@ -7,3 +7,20 @@ An opinionated SDK to get up and running with Cloudflare Workers:
7
- Just write **Simple Functions**, without requiring any manual calling and configuring of `fetch` requests. 🏃
8
- Virtually **no boilerplate** - simply instantiate a client and get started. 🚀
9
10
+---
11
+
12
+## Setup
13
14
+Using your preferred package manager, install the `worker-functions` package. For example:
15
16
+```
17
+yarn add worker-functions
18
19
20
+After the installation is complete, run:
21
22
23
+npx worker-functions
24
25
26
+This will generate a `wrangler.json` configuration file in your project root directory.
0 commit comments