Skip to content

mrmeomeo-cybersecurity/haikus-for-codespaces

 
 

Repository files navigation

Haikus for Codespaces

This is a quick node project template for demoing Codespaces. It is based on the Azure node sample.

Point your browser to Quickstart for GitHub Codespaces for a tour of using Codespaces with this repo.

Cloudflare setup

This repo now includes a Cloudflare Workers configuration so you can run and deploy the app on Cloudflare.

1) Authenticate Wrangler

npx wrangler login

2) Run locally with Cloudflare runtime

npm run cf:dev

3) Deploy to Cloudflare Workers

npm run cf:deploy

Notes

  • The Worker entrypoint is worker.js.
  • Static files in public/ are served using the ASSETS binding configured in wrangler.toml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.1%
  • EJS 26.5%
  • CSS 22.4%