From 1f4b63b1f817abfd6d7060eedf3f01771aae5b5b Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 5 Jun 2025 16:19:07 +0300 Subject: [PATCH] docs(README): update local server URL to port 3004 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abdd4b..3d36de1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for ```bash cargo leptos serve ``` -3. Open your browser at [localhost:3000](http://localhost:3000) +3. Open your browser at [localhost:3004](http://localhost:3004) ## **Database Schema** ### Key Concepts @@ -97,7 +97,7 @@ sequenceDiagram ```bash docker-compose up -d ``` -3. Access the application at: [http://localhost:3000](http://localhost:3000) +3. Access the application at: [http://localhost:3004](http://localhost:3004) ### **Collaboration** We welcome contributions! Here’s how you can help: