Harsh-garg-coder / opencampus-website

Landing website for OpenCampus

Home Page:https://opencampus-page.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing website for OpenCampus

🌟 Main Repository

πŸ‘‰ https://github.com/TeamOpencampus/opencampus


πŸ”° How to Contribute?

By contributing to this repository, you adhere to the rules in our Code of Conduct. Here are a few general instructions for people willing to develop onto the codebase.

  • Prerequiste: Node 14.xx or later, Yarn package manager
  • Fork the repository
  • Clone the repository to your local machine - git clone https://github.com/your_github_username/opencampus-website.git
  • Install dependencies - yarn install
  • Create new branch - git checkout -b awesome-feature
  • Make appropriate changes
  • View changes with live server - yarn dev
  • Add changes to git - git add changed_file_or_folder
  • Commit the changes - git commit -m "Add this awesome feature"
  • Push the branch - git push origin awesome-feature
  • Make a pull request

πŸ“Œ Contributing Guidlines

β€’ Create issues to discuss your ideas with the maintainers

Creating issues before starting to work on your pull request helps you stay on the right track. Discuss your proposal well with the current maintainers.

β€’ Keep the code clean

Follow the code formatting standards of the repository by referring to existing source files.

β€’ Comments are the best

Make it clear what hacks you've used to keep this website afloat. Your work needs to be understood first, before getting appreciated.

β€’ Keep the Contributors section up-to-date

To display your contributions to visitors and future contributors.


Hacktoberfest 2022

Repository designed for beginner to contribute to open-source

image here


πŸ‘¨β€πŸ’» Our Contributors

This project is made possible by our valuable contributors. Thanks to all the People Who Contribute.

Contributors

About

Landing website for OpenCampus

https://opencampus-page.vercel.app/


Languages

Language:CSS 59.4%Language:HTML 22.9%Language:JavaScript 17.7%