Each subfolder of this project connects to a cloudflare worker/page demo.
Note:
To Avoid "network connection failed" or "proxy ..." error occurs while installing cloudflare C3 / Wrangler CLI tools, npm offical registry url https://registry.npmjs.org is recomended to be set as default registry.
npm config set registry https://registry.npmjs.org # Set to the offcial npm registry
npm install -D wrangler@latest
# or
npm install -D wrangler@latest --registry=https://registry.npmjs.org # Npm cli with '--registry' parameter