https://github.com/southpolesteve/summer-scene-4c5f.git
This is a template showing running Cron Worker using a Container.
Outside of this repo, you can start a new project with this template using C3 (the create-cloudflare CLI):
npm create cloudflare@latest -- --template=mikenomitch/cron-container
First, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
You can start editing your Worker by modifying src/index.ts and you can start
editing your Container by editing the content of container_src.
| Command | Action |
|---|---|
npm run deploy | Deploy your application to Cloudflare |
To learn more about Containers, take a look at the following resources: