jo-cor.com — Astro site (deploys from CT 108)
- Astro 49.9%
- TypeScript 20.2%
- JavaScript 17.7%
- HTML 11.2%
- Shell 0.5%
- Other 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
WORKSPACE_ORIGIN moves from the Tailscale Funnel to the real name. That one constant is every members link on the site: the footer, the header chest, the hero, the area pages, register, login and the dashboard. The Funnel was only ever the stand-in while cloud/osiris/matrix sat as dangling CNAMEs to a Cloudflare tunnel UUID on a Google-hosted zone. They now resolve to the DigitalOcean edge at 165.227.147.4, which terminates TLS and carries the request over WireGuard to Caddy at home. Held on a branch deliberately: shipping this before the name resolves would take every members link down, and the Funnel is the only entrance until then. /srv/jocor/bin/cloud-cutover.sh checks the name actually answers before it merges and deploys. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ckiifP93vsnmEPRH9vTSM |
||
| .claude | ||
| .vscode | ||
| _fable5 | ||
| _incoming | ||
| _upgrade-2026-07-04 | ||
| public | ||
| scripts | ||
| specs | ||
| src | ||
| tools | ||
| verification | ||
| .firebaserc | ||
| .gitignore | ||
| .handoff-2026-07-04.md | ||
| .v3-claude-pasteblock.txt | ||
| astro.config.mjs | ||
| CLAUDE.md | ||
| DEPLOY.md | ||
| DESIGN.md | ||
| firebase.json | ||
| FLEET.md | ||
| HANDOFF.md | ||
| package-lock.json | ||
| package.json | ||
| PLAN.md | ||
| PRODUCT.md | ||
| PROMPTS-2.md | ||
| PROMPTS.md | ||
| README.md | ||
| TASKS.md | ||
| tsconfig.json | ||
| v4-about-after.png | ||
| v4-about-final.png | ||
Astro Starter Kit: Minimal
npm create astro@latest -- --template minimal
🧑🚀 Seasoned astronaut? Delete this file. Have fun!
🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.
There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the public/ directory.
🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |
👀 Want to learn more?
Feel free to check our documentation or jump into our Discord server.