ITADN
TeleCrypt-io/storage.telecrypt.io
README.md

storage.telecrypt.io

The static React/Vite site served at storage.telecrypt.io. It uses the exact published @telecrypt-io/storage@0.2.0 browser library; storage protocol, cryptography, and the command-line client deliberately live in their own repositories.

Source boundaries

  • storage-sdk owns the library source and future package releases.
  • storage-cli owns the CLI migration source.
  • This repository owns only the static website, its UI tests, and its GitHub Pages deployment.

Development and checks

npm ci
npm run dev       # http://localhost:5173
npm run lint
npm test          # component/wiring tests; no browser Harness execution in CI
npm run build

Browser acceptance tooling is operator-local Harness work, never a GitHub Actions job.

Releases and deployment

Pushes and pull requests to main only verify the source. GitHub Pages deploys only when an immutable storage-web-v* release tag is pushed. A deployment therefore always identifies the exact source release that produced it; it never builds from a branch.