StartConnect Hub is a revolutionary platform designed to bridge the gap between startups and investors, fostering collaboration, innovation, and growth in the entrepreneurial ecosystem. Our mission is to empower startups to succeed by providing them with the resources, connections, and support they need to thrive, while also enabling investors to discover and invest in promising opportunities.
Priya Maheshwari |
Rohit Roy |
Shubham Sinha |
Rishabh Dhawad |
Sivaram |
Stars | 🍴 Forks | Issues | Open PRs | Closed PRs |
Contributions are always welcome! Follow these steps to get started:
-
🍴 Fork this repository.
- Click the
Fork
button at the top-right corner of this repository page to create a copy of the repository under your GitHub account.
- Click the
-
📥 Clone your forked copy of the project.
git clone https://github.com/<your-username>/StartConnect-Hub.git
-
📂 Change the working directory.
cd StartConnect-Hub
-
🔗 Add a reference to the original repository.
git remote add upstream https://github.com/Priyaaa1/StartConnect-Hub.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 up-to-date with the main project (updated repository).
git pull upstream main
-
🌿 Create a new branch.
git checkout -b <your_branch_name>
-
🛠️ Install dependencies.
npm install
-
📊 Run the Application.
npm run dev
You are all set! 🎉
-
🛠️ Perform your desired changes to the code base.
-
📊 Track your changes.
git add .
-
💬 Commit your changes with a relevant commit message. For example, if you added a new feature, you could use:
git commit -m "Add feature X"
Or if you fixed a bug, you could use:
git commit -m "Fix issue Y"
-
🚀 Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
-
🔄 To create a pull request, go to your forked repository on GitHub and click on
Compare & pull request
. Ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to. -
🎉 Voila! You have made a PR to the StartConnect-Hub project. Sit back patiently and relax while the project maintainers review your PR.
Thank you for your contributions! Your efforts help improve StartConnect Hub and support our mission to empower startups and investors. Happy coding! 🚀✨
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
We believe in the power of collaboration. If you have ideas to improve College.ai, feel free to contribute! Check out our Contribution Guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for more details.