A simple Nostr-based chat application where users can join channels, send messages, and connect to relays.
- Real-time messaging via Nostr relays.
- Option to disconnect and reconnect to relays.
-
Clone the repository:
git clone <repository-url> cd <repository-folder>
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173
npm run build
Serve the dist folder
npm run dev
: Start the development server.
MIT