We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a715379 commit a7751d0Copy full SHA for a7751d0
README.md
@@ -12,7 +12,8 @@ An opinionated SDK to get up and running with Cloudflare Workers:
12
Using your preferred package manager, install the `worker-functions` package. For example:
13
14
```
15
-yarn add worker-functions
+yarn add worker-functions
16
+yarn add wrangler -D
17
18
19
After the installation is complete, run:
@@ -22,3 +23,9 @@ npx worker-functions
22
23
24
25
This will generate a `wrangler.json` configuration file in your project root directory.
26
+
27
+Lastly, add the following script to your `package.json`:
28
29
+```
30
+"dev:worker": "npx wrangler --experimental-json-config dev --experimental-local"
31
0 commit comments