- JavaScript 76.6%
- Shell 23.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| content | ||
| scripts | ||
| .developer-tools.json | ||
| .gitignore | ||
| AGENTS.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
BrightTurn website
Public, unauthenticated site at https://brightturn.harvolution.com.
Source of truth is this repository. Edge Caddy serves the dist/ tree
published by Forgejo Actions. Start from content/index.md.
Local build
scripts/build.sh
If package.json is present, that script runs npm ci and npm run build
and copies the static output into dist/. Otherwise it renders the Markdown
seed page.
Delivery
Pull requests run secret scanning and a reproducible static build on the
shared verification runner. Merges to main publish the exact dist/
artifact. There is no runtime coverage gate on this static brochure; add tests
in this repository if you introduce a runtime.
House DNS, TLS, and the constrained edge deploy helper are in ben/proxmox.
Do not put secrets, .env files, or OpenBao tokens here.
Grok Build should install harvolution-repository and
forgejo-repository-operations from the .developer-tools.json pin when it
will mutate Forgejo. See content/index.md.