Versatile Flask web application that harnesses the power of AI to offer a diverse range of features
Congratulations! NV-Nexus has been selected for participation in GirlScript Summer of Code 2024 and Hacktoberfest 2024. We're excited to have you on board to contribute and learn together!
Getting started with GGSOC EXT 2024 is easy! Follow these steps to jump right in:
1.Explore Project Ideas
2.Join the Community
3.Choose Your Project
4.Start Contributing
To set up the project locally, follow our guide Project-Guide.md.
It guides you to setup the project and run it locally.
To submit your contributions, follow these steps:
- Star the repository: Don't forget to show your support by starring this repository!
- Fork the Repository: Click the "Fork" button at the top right corner of the repository to create your own copy.
- 📥Clone the repository:
git clone https://github.com/kvcops/KV-Nexus.git
- 📂 Change the working directory:
cd KV-Nexus
- 🔗 Add a reference to the original repository.
git remote add upstream https://github.com/kvcops/KV-Nexus.git
- ⬇️ Always take a pull from the upstream repository to your main branch to keep it up-to-date with the main project (updated repository).
git pull upstream main
- 🌿 Create a Branch: Create a new branch for your changes:
git checkout -b my-feature
- Make Changes: Make your desired changes to the codebase.
- 📥 Commit Changes: Commit your changes with a descriptive commit message:
git commit -m "Add new feature"
- ⬇️ Push Changes: Push your changes to your forked repository:
git push origin my-feature
- Submit a Pull Request: Go to your forked repository on GitHub and submit a pull request. Be sure to provide a detailed description of your changes and why they are necessary. 🎉 Voila! You have made a PR to the KV-Nexus project. Sit back patiently and relax while the project maintainers review your PR.
- We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts play a pivotal role in elevating this project to greater heights.
- Make sure you show some love by giving ⭐ to our repository.