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
+17
View File
@@ -0,0 +1,17 @@
node_modules
# build output / framework caches
.svelte-kit/
build/
# test + coverage artifacts
coverage/
test-results/
playwright-report/
# local env (keep .env.example)
.env
.env.*
!.env.example
.DS_Store