๐Ÿ“ฆ southpolesteve / summer-scene-4c5f

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/southpolesteve/summer-scene-4c5f.git
HTTPS git clone https://github.com/southpolesteve/summer-scene-4c5f.git
SSH git clone git@github.com:southpolesteve/summer-scene-4c5f.git
CLI gh repo clone southpolesteve/summer-scene-4c5f
Loading files...
๐Ÿ“„ README.md

Cron Container Starter

Deploy to Cloudflare

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

Getting Started

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.

Deploying To Production

CommandAction
npm run deployDeploy your application to Cloudflare

Learn More

To learn more about Containers, take a look at the following resources:

Your feedback and contributions are welcome!