Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Hono example for Cloudflare Workers

Before you can start publishing your service to cloudflare worker, you must sign up for a Cloudflare Workers account first, you can check out this document

You can update the information (name, zoon_id, etc) in wrangler file, then you can test and deploy your service by simply doing,

yarn install
yarn dev 		# Start a local server for developing your worker
yarn deploy # Publish your worker to the orange cloud