This repository focuses on providing a comprehensive plant monitoring system designed to assist farmers in maintaining healthy crops.
This project empowers efficient crop management with real-time insights on disease, soil moisture, irrigation scheduling, and farming best practices.
Follow these instructions to set up this project on your system.
- npm and node
Refer to the official [https://nodejs.org/en/download]
Once you've installed Node.js, open your terminal and type:
node -v npm -v
- vite Follow the official guide [https://vitejs.dev/guide/]
- Arduino IDE Follow the official website [https://www.arduino.cc/en/software]
-
Make a new workspace
mkdir -plant_monitor/src
-
Clone the crosdoc app
Now go ahead and clone this repository
cd plant_monitor/src git clone [email protected]:pragyajhaa/plant_monitor.git
We wholeheartedly welcome contributions!
They are the driving force that makes the open-source community an extraordinary space for learning, inspiration, and creativity. Your contributions, no matter how big or small, are genuinely valued and highly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/New-Feature
) - Commit your Changes (
git commit -m 'Add some New-Feature'
) - Push to the Branch (
git push origin feature/New-Feature
) - Open a Pull Request