From 5465811781ae0035c45528d1139b3e1fa0a4dc99 Mon Sep 17 00:00:00 2001
From: ryan <ryannganga13325@gmail.com>
Date: Sat, 15 Mar 2025 16:53:18 +0300
Subject: [PATCH 1/2] docs(README): update readme with steps of docker
 deployment.

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index fc5ef3a..f0ebd00 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,23 @@ flowchart LR
     items -->|item_id| item_properties
     properties -->|property_id| item_properties
 ```
+## **Docker Deployment**
+
+### **Prerequisites**
+- Docker installed on your system
+- Docker Compose (usually included with Docker Desktop)
+
+### **Running with Docker**
+1. Clone the repository:
+   ```bash
+   git clone https://forge.ftt.gmbh/ryanmwangi/Compware.git
+   cd compareware
+   ```
+2. Start the container:
+   ```bash
+   docker-compose up -d
+   ```
+3. Access the application at: [http://localhost:3000](http://localhost:3000)
 
 ### **Collaboration**
 We welcome contributions! Here’s how you can help:

From 9a7a8e575ce1b0d40a21fe1c8773bd7ee552dc63 Mon Sep 17 00:00:00 2001
From: janek <jf@ftt.gmbh>
Date: Thu, 20 Mar 2025 12:29:44 +0000
Subject: [PATCH 2/2] Add CompareWare link to Readme

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f0ebd00..e1d31b5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# CompareWare
+# [CompareWare](https://compareware.org/)
 
-CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data. It combines **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage.
+CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data.
+It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage (TBI).
 
 ## **Features**
 - **Item Management**: Add, view, and manage items with metadata and key-value tags.
@@ -25,7 +26,7 @@ CompareWare is an open-source platform for comparing tools (software, hardware,
    ```bash
    cargo leptos serve
    ```
-3. Open your browser at [http://localhost:3000](http://localhost:3000)
+3. Open your browser at [localhost:3000](http://localhost:3000)
 
 ## **Database Schema**
 ### Key Concepts