You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
91
91
```
92
92
93
93
2.**Install Dependencies:**
94
+
95
+
### Nodejs:
94
96
95
97
# Instructions
96
98
@@ -100,6 +102,16 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
100
102
sudo apt update && sudo apt upgrade -y
101
103
```
102
104
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.
103
115
### Python:
104
116
105
117
**Install Required Dependencies:**
@@ -131,25 +143,14 @@ The output should display `Python 3.9.x` (where `x` is the minor version number)
131
143
132
144
For further details and advanced configurations, please refer to the [Python Official Documentation](https://docs.python.org/3.9/).
133
145
```
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.
145
146
146
147
For further details and advanced configurations, please refer to the [documentation](wiki).
147
148
148
149
---
149
150
150
-
## 5. Screenshots / Mockup Images
151
+
## 5. Interactive Mockup
151
152
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:
153
154
- The interactive dashboard.
154
155
- Custom report generation pages.
155
156
- Dynamic interactive maps with real-time data overlays.
0 commit comments