"Unleashing Your Tech Potential, One Line of Code at a Time 🐱💻"
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
🚀 The OnCampus Community Official Website 🚀 is a platform for student developers to connect, collaborate, and learn about open source technology 💻. Our mission 💪 is to support and maintain open source projects 💾 and to provide a community of amazing developers 🙌 where one can start their open source journey 🚶♀️.
The website 🌐 serves as a hub for all things related to the OnCampus Community 🌃, from information about who we are 🙋♂️🙋♀️ and what we do 🔨, to opportunities for involvement and collaboration 🤝, to profiles of our team members 👥. With a focus on community 🤝 and networking 💻, the OnCampus Official Website provides a supportive and inclusive environment 🌞 for student developers to grow their skills 📈 and make meaningful contributions to the open source world 🌍.
Whether you're a seasoned open source contributor 💪 or just starting out 🚀, the OnCampus Official Website is the perfect place to connect with like-minded individuals 👥 and take your skills to the next level 📈. Join us today 🗓 and be a part of a thriving community of student developers! 💻🚀
Welcome to the OnCampus Community Official Website repository! 🎉 We're thrilled to have you as a contributor and can't wait to see the impact you'll make. Before you dive in, here's a quick guide to get you started. To get a local copy up and running follow these simple example steps.
Setting up the development environment To start contributing, you'll need to have the following software installed on your computer:
- Git
- A text editor of your choice (e.g. Visual Studio Code)
First, fork this repository by clicking the "Fork" button in the top right corner of this page. This will create a copy of the repository in your own GitHub account. Clone the repository to your local machine by running the following command in your terminal:
-
First, fork this repository by clicking the "Fork" button in the top right corner of this page. This will create a copy of the repository in your own GitHub account.
-
Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/[OnCampus-Community]/Website_OnCampus.git
- Change into the directory where you cloned the repository:
cd Website_OnCampus
The OnCampus Website is a great opportunity for anyone looking to get started in web development or hone their existing skills. By contributing to this project, you'll have the chance to learn and practice basic HTML and CSS concepts while also making your first open source contribution. This will not only enhance your technical abilities but also give you a sense of satisfaction knowing you're helping build a platform that supports and inspires students in their journey. Join us today and start making a difference! 💻🚀
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Making changes and submitting a pull request Create a new branch for your changes:
git checkout -b [BRANCH-NAME]
- Make the changes you'd like to contribute. You can use the text editor of your choice to make changes to the source code.
- Add your changes to Git:
git add .
- Commit your changes with a descriptive commit message:
git commit -m "Your commit message here"
- Push your changes to your forked repository:
git push origin [BRANCH-NAME]
Open a pull request from your forked repository to the original repository. Make sure to provide a detailed description of the changes you've made and why you believe they should be merged into the main repository.
Distributed under the MIT License. See LICENSE for more information.