Skip to content

Its-Aman-Yadav/Community-Site

Repository files navigation

Open Source Village

community

What is Open Source Village

We are a group of like-minded individuals who believe in the power of coming together to achieve shared goals. Our mission is to create a safe and inclusive space where members can connect, collaborate, and make a positive impact in the world. Join us and be a part of something bigger than yourself!

Tech Stack used:

  • Frontend: HTML5, CSS3, JavaScript
  • IDE: VS Code
  • Version Control: Git and GitHub

🔗 Join our Community

Discord Logo Join our project's Discord Channel here
Linkedin Logo Connect with us on Linkedin

Ready to Contribute?

If you would like to contribute to the project, please follow our contribution guidelines.

Get Started

Steps for Contributing

Frontend

  • Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/<your-github-username>/Community-Site.git
$ cd Community-Site
  • Now to add your resource to a website, add an object with keys the same as listed in existing objects in the file.
  • Save and commit your code.
  • Push to your fork of the repository, navigate to the original repository, and make a pull request.

  • Make changes to the code(for ex- add an update route)
  • Stage your changes using:
$ git add .
  • Commit your changes using:
$ git commit -m "add any comment"
  • Push the changes to the forked repository using:
$ git push
  • Navigate to the original repository and make a pull request
Showing Your Remotes

$ git remote

$ git remote -v

Adding Remote Repositories

git remote add upstream https://github.com/Its-Aman-Yadav/Community-Site.git

Pulling from Your Remote

$ git pull upstream main

Open Source Programs

GSSOC Logo GSSOC 2024
This project is part of GirlScript Summer of Code. We enthusiastically invite community contributions to contribute to Community-Site.

Code of Conduct

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.


Contributors

We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts are crucial in propelling Community-Site to greater heights. 😊