Skip to content

🚀 The template to kickstart rocket-booster workers.

License

Notifications You must be signed in to change notification settings

cloudcdh/rocket-booster-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

🚀 The template to kickstart rocket-booster workers. The src/index.js file contains the code and configuration of the template. Documentation and examples for rocket-booster can be found here.

Deploy to Cloudflare Workers

Build and Deploy

npm install -g @cloudflare/wrangler
wrangler generate booster https://github.com/booster-labs/rocket-booster-template
  • Install dependencies
cd booster
npm install
  • Authenticate Wrangler with a Cloudflare API Token
wrangler login
wrangler config
  • Edit the configuration object in src/index.js

  • Build and publish to Cloudflare Workers

wrangler build
wrangler publish

About

🚀 The template to kickstart rocket-booster workers.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages