Skip to content

Commit ed16dc2

Browse files
committed
changelog update (new ways to get started on Workers)
1 parent 557384c commit ed16dc2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Get started on Workers by choosing a template or importing a Git repository
3+
description: Get started on Workers by choosing a template or importing a Git repository
4+
products:
5+
- workers
6+
date: 2025-02-06 23:00:00 UTC
7+
---
8+
9+
![Import repo or choose template](~/assets/images/workers/import-repo-choose-template.png)
10+
![Worker configuration](~/assets/images/workers/worker-configuration.png)
11+
12+
When getting started with Workers, you can now kickstart your development workflow by:
13+
* **Importing a Git repository**: Choose an existing Git repo on your GitHub/GitLab account and set up [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/configuration/) to deploy your Worker.
14+
* **Deploying a template with Git**: Choose from a brand new selection of production ready [examples](https://github.com/cloudflare/templates) to help you get started with popular frameworks like [Astro](https://astro.build/), [Remix](https://remix.run/) and [Next](https://nextjs.org/) or build stateful applications with Cloudflare resources like [D1 databases](https://developers.cloudflare.com/d1/), [Workers AI](https://developers.cloudflare.com/workers-ai/) or [Durable Objects](https://developers.cloudflare.com/durable-objects/)! When you're ready to deploy, Cloudflare will set up your project by creating a Git repository, provisioning any required [resources](https://developers.cloudflare.com/workers/runtime-apis/bindings/) and deploying your Worker.
15+
16+
With any new commit to your Git repository, Cloudflare will automatically build and deploy your Worker for faster iterations.
17+
18+
To get started, click the `Create` button on the [Workers dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create). While these new features are only rolled out to a subset of users to start, you can opt in to enable these new features on your account now by filling out this [form](https://forms.gle/U1qhkF2snNJDGJJa9).
19+

0 commit comments

Comments
 (0)