Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/content/docs/workers/get-started/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar
To create a Workers application:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
2. Go to **Workers & Pages**.
3. Select **Create**.
4. Select a template or **Create Worker**.
5. Review the provided code and select **Deploy**.
6. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain.
2. Go to **Compute (Workers)**.
3. Go to **Workers & Pages**.
4. Select **Create**.
5. Select a template or import a repository. To create a new, blank Worker, select **Hello world**.
6. Review the provided code and select **Deploy**.
7. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain.

## Development

Expand Down