Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Buddhad/contributors22

Repository files navigation

Contributors22

Hey folks! This website is for hacktoberfest-22 and Everyone is welcome to contribute here.



Getting started with the contribution


Welcome to my profile Open Source Love Lines of code License Stars Forks

Hacktoberfest_2022


css js html os check

Table of Contents

  1. Getting Started
  2. Lesson Requests
  3. Contributing
  4. Pull Requests
  5. License

Getting Started

For the quick start, you can follow the steps below:

  1. Star this repository.
  2. Fork this repository.
  3. Clone the forked repository.
git clone https://github.com/<your-github-username>/contributors22.git
  1. Navigate to the project directory.
cd contributors22
  1. Create a new branch.
git checkout -b <your_branch_name>

Run the following command to install the required dependencies.

  1. npm install - install the required dependencies

  2. npm run dev - start the development server

  3. Open http://localhost:5173 in your browser

  4. Contribute

  5. Stage your changes and commit

git add -a

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull-Request to main.

  2. Congratulations! 🎉 you've made your contribution to Contributors22. ✌️ ❤️ 💥

Contributing

Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our contribution guidelines to see how you can contribute to this project. We are happy for every contribution.

Issues & Pull Requests

Before making pull requests please look at our contributing guidelines. You can start working on the issue which are mentioned in issues section. Just drop a comment before working on the issue. Thank you!

License

The code is this repo is licensed under the MIT license. Feel free to use and share it as per the license.


Contributors



love how