mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-09 05:15:52 +10:00
ebf365dfc96ce77b3a655a3f18df568bed7e7a14
Heygo
Heygo is an independent Cloudflare React + Workers scaffold for a future shortlinks app.
This repository lives at /home/ai-bot/code/heygo and is intentionally separate from the old Linux/Django Links repository. The old Links repository under /home/ai-bot/code/links is read-only reference material only and must not be modified by this project.
Local development
npm install
npm run dev
npm run dev:worker
npm run devstarts the Vite React SPA dev server.npm run dev:workerstarts the Cloudflare Worker locally with Wrangler.
Verification
npm run build
npm test
npm run buildtype-checks the TypeScript project and builds the React SPA intodist/clientfor Workers Assets.npm testruns Vitest tests against the Worker API handler.
Current API skeleton
GET /api/healthreturns JSON health status from the Worker.- Unknown
/api/*routes return JSON404responses.
Languages
TypeScript
82.7%
CSS
10.3%
Python
4.5%
Just
1.1%
HCL
0.8%
Other
0.5%