Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.4 KB

development.md

File metadata and controls

42 lines (27 loc) · 1.4 KB

githubbox

The site uses Cloudflare Workers to redirect visitors to CodeSandbox.

See redirect.md for the redirect setup.

Editing the worker

To edit the worker, open src/index.js. The src directory contains the Cloudflare worker.

Building and publishing a new version

You need to install wrangler globally.

Publishing to development

yarn pub

Then check https://githubbox.dferber.workers.dev/

Publishing to production

yarn pub:prod

Then check https://githubbox.com

Test URLs

All these forms of URLs are supported.