Initial commit: Nosterm client (terminal-style Nostr chat SPA)
ci / build (push) Successful in 1m3s
ci / image (push) Successful in 41s

This commit is contained in:
Robert Goodall
2026-07-24 13:47:53 -04:00
commit cd2b900639
147 changed files with 16504 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!-- Describe what this PR changes and why. -->
## Summary
## Checklist
- [ ] `npm run lint` passes
- [ ] `npm run check` passes
- [ ] `npm test` passes
- [ ] `npm run build` succeeds
- [ ] No secrets committed (PUBLIC_* args are browser-visible by design)