Skip to content

Commit 956c973

Browse files
authored
Update README.md
Updated
1 parent 41ca4d1 commit 956c973

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
9191
```
9292

9393
2. **Install Dependencies:**
94+
95+
### Nodejs:
9496

9597
# Instructions
9698

@@ -100,6 +102,16 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
100102
sudo apt update && sudo apt upgrade -y
101103
```
102104

105+
106+
```bash
107+
npm install
108+
```
109+
110+
3. **Run the Application Locally:**
111+
```bash
112+
npm start
113+
```
114+
The app will be available at `http://localhost:3000` by default.
103115
### Python:
104116

105117
**Install Required Dependencies:**
@@ -131,25 +143,14 @@ The output should display `Python 3.9.x` (where `x` is the minor version number)
131143

132144
For further details and advanced configurations, please refer to the [Python Official Documentation](https://docs.python.org/3.9/).
133145
```
134-
### Nodejs:
135-
136-
```bash
137-
npm install
138-
```
139-
140-
3. **Run the Application Locally:**
141-
```bash
142-
npm start
143-
```
144-
The app will be available at `http://localhost:3000` by default.
145146
146147
For further details and advanced configurations, please refer to the [documentation](wiki).
147148
148149
---
149150
150-
## 5. Screenshots / Mockup Images
151+
## 5. Interactive Mockup
151152
152-
Mockup design demonstrating key aspects of EO AgriTool’s interface are located in the [`AgriTool`](https://aimtyaem.github.io/EOAgriTool/dashboard.html) directory. Here you can view:
153+
A mockup design demonstrating key aspects of EO AgriTool’s interface is located in the [`EOvAgriTool`](https://aimtyaem.github.io/EOAgriTool/dashboard.html) directory. Here you can view:
153154
- The interactive dashboard.
154155
- Custom report generation pages.
155156
- Dynamic interactive maps with real-time data overlays.

0 commit comments

Comments
 (0)