Initial commit: Nostr chat widget

This commit is contained in:
2025-10-06 11:32:37 -04:00
commit 4f3403f34e
8 changed files with 1447 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Environment variables
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
# Build
dist/
build/
# Testing
coverage/
# Temporary files
tmp/
temp/