https://github.com/bombshell-dev/clack.cc
https://github.com/bombshell-dev/clack.cc
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bombshell-dev/clack.cc
- Owner: bombshell-dev
- Created: 2023-02-21T14:15:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-08T01:32:44.000Z (22 days ago)
- Last Synced: 2026-06-08T03:19:59.082Z (22 days ago)
- Language: TypeScript
- Homepage: https://clack.cc
- Size: 104 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bomb.sh/clack) — which currently forwards on to the
[Clack docs](https://bomb.sh/docs/clack/basics/getting-started/) 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
```sh
pnpm install
pnpm dev # wrangler dev — local preview of the redirects
pnpm typecheck # tsc --noEmit
```
## Deploy
```sh
pnpm deploy # wrangler deploy
```