From ca50e8f74ac9ac564a9af25b9b8e7d2082fa4d6b Mon Sep 17 00:00:00 2001 From: Damdji Faharddine Date: Tue, 17 Mar 2026 22:53:37 +0300 Subject: [PATCH] fix: correct broken link in README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2decc67..1198fae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GreenCode +image# GreenCode GreenCode is a full-stack system designed to support environmental, sustainability, and community-impact projects under Bos-Com. It consists of a **Spring Boot backend API** and a **React frontend** (new addition), with future integrations planned. @@ -25,6 +25,19 @@ It consists of a **Spring Boot backend API** and a **React frontend** (new addit --- +## Installation + +1. Clone the repository +2. Navigate to the project directory +3. Install dependencies + +Example: + +git clone https://github.com/username/project.git +cd project +npm install + + ## 📁 Project Structure GreenCode/ ├── src/ # Spring Boot source code