Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2 KB

CONTRIBUTING.md

File metadata and controls

58 lines (43 loc) · 2 KB

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button at the top right of the repository page to create your own copy of the project.
  2. Clone Your Fork

    • Clone your forked repository to your local machine:
      git clone https://github.com/your-username/your-repo-name.git
    • Replace your-username and your-repo-name with your GitHub username and the repository name.
  3. Create a New Branch

    • Create a new branch for your feature or bug fix:
      git checkout -b your-feature-branch
  4. Make Your Changes

    • Make your changes to the HTML, CSS, and JavaScript files as needed.
  5. Test Your Changes

    • To test your changes, use the Live Server extension in your code editor (e.g., Visual Studio Code).
    • If you don't have Live Server installed, you can add it from the extensions marketplace.
    • Once installed, right-click on your index.html file and select "Open with Live Server" to view your changes in real-time.
  6. Commit Your Changes

    • Commit your changes with a descriptive message:
      git add .
      git commit -m "Add a brief description of your changes"
  7. Push to Your Fork

    • Push your changes to your forked repository:
      git push origin your-feature-branch
  8. Create a Pull Request

    • Go to the original repository and click on "New Pull Request."
    • Select your branch and submit the pull request.

Hosting on Vercel

If you want to test your changes on Vercel, you can easily deploy your branch by connecting your GitHub repository to Vercel. Follow these steps:

  1. Go to Vercel and sign in or create an account.
  2. Click on "New Project" and import your GitHub repository.
  3. Select the branch you want to deploy and follow the prompts to complete the deployment.

Thank You!

We appreciate your contributions and support! If you have any questions, feel free to reach out.

Happy coding!

fak u its ai generated.