Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 938 Bytes

File metadata and controls

31 lines (23 loc) · 938 Bytes

clack.cc

clack.cc is retired as a standalone site. This repo is now a tiny Cloudflare Worker that permanently (301) redirects all traffic to bomb.sh/clack — which currently forwards on to the Clack docs and may eventually become Clack's own landing page.

Two shortlinks are preserved:

Path Redirects to
/issues GitHub → new issue chooser
/discord Bombshell Discord invite
everything else https://bomb.sh/clack

The previous Astro landing page (with the WebContainer terminal demo) lives in git history prior to the Cloudflare migration.

Develop

pnpm install
pnpm dev        # wrangler dev — local preview of the redirects
pnpm typecheck  # tsc --noEmit

Deploy

pnpm deploy     # wrangler deploy