AbhiSharma1511 / StartConnect-Hub

https://startconnect-hub.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to StartConnect-Hub ๐Ÿš€

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.

Contributing

Contributions are always welcome!

  1. Fork this repository.

  2. Clone your forked copy of the project. git clone https://github.com/<your username>/StartConnect-Hub.git

  3. Change the working directory. cd StartConnect-Hub

  4. Add a reference to the original repository. git remote add upstream https://github.com/Priyaaa1/StartConnect-Hub.git

  5. Check the remotes for this repository. git remote -v

  6. 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

  7. Create a new branch. git checkout -b <your_branch_name>

You are all set !

  1. Perform your desired changes to the code base.

  2. Track your changes. git add .

  3. 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"

  4. Push the committed changes in your feature branch to your remote repo. git push -u origin <your_branch_name>

  5. To create a pull request, click on "Compare and pull requests". Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.

  6. Voila ๐ŸŽ‰ You have made a PR to the StartConnect-Hub project. Sit back patiently and relax while the project maintainers review your PR.

About

https://startconnect-hub.netlify.app/


Languages

Language:JavaScript 64.8%Language:CSS 34.5%Language:HTML 0.8%