Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,21 @@ MIT, Apache
## Maintainers

Muwanga Erasto Kosea, Ouma Ronald
## 🚀 Setup Guide

Follow these steps to run the LifeLine-ICT project locally.

### 🔹 Prerequisites

Ensure you have the following installed:
- Git
- Node.js / Java / Python (depending on project stack)
- Package manager (npm / pip / maven)

---

### 🔹 Step 1: Clone the Repository

```bash
git clone https://github.com/your-username/LifeLine-ICT.git
cd LifeLine-ICT
Loading