From 53c222be97e968879d359d136f1371e17b219469 Mon Sep 17 00:00:00 2001 From: BTCforPlebs Date: Mon, 6 Oct 2025 13:04:08 -0400 Subject: [PATCH] 0.0.1 --- demo/index.html | 28 ++++------------------------ package_json.json => package.json | 2 +- nostr_chat_readme.md => readme.md | 0 3 files changed, 5 insertions(+), 25 deletions(-) rename package_json.json => package.json (99%) rename nostr_chat_readme.md => readme.md (100%) diff --git a/demo/index.html b/demo/index.html index b368601..77f349a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -94,29 +94,6 @@ - -
-

Quick Installation

-
-
<!-- Add Tailwind CSS -->
-<script src="https://cdn.tailwindcss.com"></script>
-
-<!-- Add import map for nostr-tools -->
-<script type="importmap">
-{
-  "imports": {
-    "nostr-tools": "https://esm.sh/nostr-tools@1.17.0"
-  }
-}
-</script>
-
-<!-- Add the chat widget -->
-<script type="module" src="path/to/chat.js"></script>
-
-<!-- Add chat widget container -->
-<div id="chat-widget-root"></div>
-
-
@@ -140,7 +117,10 @@ - + + + +
\ No newline at end of file diff --git a/package_json.json b/package.json similarity index 99% rename from package_json.json rename to package.json index a643422..d5c98b3 100644 --- a/package_json.json +++ b/package.json @@ -37,4 +37,4 @@ "engines": { "node": ">=14.0.0" } -} \ No newline at end of file +} diff --git a/nostr_chat_readme.md b/readme.md similarity index 100% rename from nostr_chat_readme.md rename to readme.md