You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -14,33 +14,47 @@ This is the entry point of the application, an event-listener is attached to the
14
14
15
15
This is where the majority of our application code lives. A single async function is exported named `app`, which is the function that recieves the incoming `FetchEvent` and returns a `Response` instance, which will be sent to the user-agent.
16
16
17
+
## Running the application
18
+
19
+
To create an application using this starter kit, create a new directory for your application and switch to it, and then type the following command:
0 commit comments