Skip to content

DiplomaTechCommunity/RepoHunt

Repository files navigation

RepoHunt 🌟

RepoHunt can be your ultimate companion in the exciting world of open-source contributions. Whether you're a experienced developer or just getting started, RepoHunt helps you to discover, explore, and contribute to open-source repositories, making your Hacktoberfest or any other open source event journey a breeze.

Contributing 👨‍💻👩‍💻

This project is open-source and welcomes contributions of all kinds. Whether you're an experienced developer or just starting your journey, your input and ideas are valuable. Join us in shaping the future of this project and let's create something amazing together!

Setting up Local Development ⬇️

  • Give a star and fork the repository.

  • Clone your forked repository using the following command:

    git clone <your_forked_repo_url>
  • Run the following command to install the dependencies:

    npm install
  • Then run:

    npm run dev
  • Go to http://localhost:5173/ to get output.

  • Create a new branch:

    git branch -m <branch_name>

    Start Contributing. Happy Coding! 🙌