docs(README): update local server URL to port 3004 in README
This commit is contained in:
parent
f35c7cd085
commit
1f4b63b1f8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue