KrishiConnect aims to transform the agricultural consumer industry by eliminating intermediaries that hinder our farmer friends from achieving the economic prosperity they deserve. Our website is meticulously designed to be aesthetically pleasing, interactive, and user-friendly for our clients.
- Empowering farmers by ensuring fair pay through the removal of middlemen.
- Providing information on government policies and agro-technology advancements to support farmers.
- Promoting sustainable farming practices through useful tips and resources.
- Offering services such as soil-testing, water-testing, etc., to enhance productivity.
KrishiConnect prioritizes the satisfaction of all parties involved in agricultural transactions. By fostering direct connections between farmers and consumers, we facilitate transparent and mutually beneficial exchanges.
- Go to the
krishiconnect
directory.
cd krishiconnect
-
Navigate to the index.html file and double click on it.
-
It redirects to your browser and opens on the localhost of your system
file:<your folder location>/krishiconnect/index.html
- You are ready to explore the website of KrishiConnect.
If you think that you can add a new feature or want to fix a bug, we invite you to contribute to KrishiConnect and make this project better. To start contributing, follow the below instructions:
-
Create a folder at your desire location (usually at your desktop).
-
Open Git Bash Here.
-
Create a Git repository. Run command
git init
-
Fork the repository.
-
Clone your forked repository of project.
git clone https://github.com/<your_username>/KrishiConnect.git
- Navigate to the project directory.
cd krishiconnect
- Add a reference(remote) to the original repository.
git remote add upstream https://github.com/Anushkabh/krishiconnect.git
- Check the remotes for this repository.
git remote -v
- Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
git pull upstream main
- Create a new branch(prefer a branch name that relates to your assigned issue).
git checkout -b <YOUR_BRANCH_NAME>
-
Perform your desired changes to the code base.
-
Check your changes.
git status
git diff
- Stage your changes.
git add . <\files_that_you_made_changes>
- Commit your changes.
git commit -m "relavant message"
- Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
-
To create a pull request, click on
compare and pull requests
. -
Add an appropriate title and description to your PR explaining your changes.
-
Click on
Create pull request
.
Congratulations🎉, you have made a PR to the KrishiConnect. Wait for your submission to be accepted and your PR to be merged by a maintainer.
For inquiries and support, please reach out to us at info@krishiconnect.com.
© 2024 KrishiConnect. All rights reserved.