- We are a Multi-College Tech Community that helps college students to Learn in Public and Engage with similar-minded people.
- We help local college communities to encourage this culture on their campus and help them build it. We help students by upskilling them in the domain of their interests by organizing workshops, technical seminars, hackathons, project sessions, code-along, etc.
- We help students to get start with their lifelong journey of coding. Students will explore and learn what real-world Software development looks like - problem-solving skills and interpersonal skills will be refined.
- Overall students will enjoy with this collaborative journey of learning, practising and sharing technical skills with our enthusiastic community!!
Visite our website - OSCode and start your journey with us !
We are proud to be a part of GSSoC '23 (GirlScript Summer of Code)! Join us and be a part of this amazing programes.
We welcome contributions in our community.
Before making a contribution, check the Contribution guide.
Check out Code of Conduct to know inclusive environment that respects all contributions.
At OSCode, we value an inclusive environment that respects all contributions. To ensure a positive experience for everyone, please review our Code of Conduct.
This Community is Licensed under MIT license.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself. (issue can be any feature or project that you think you could contribute to).
-
Fork the repo to your Github.
-
Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
git clone https://github.com/<GITHUB PROFILE NAME>/OSCodeCommunitySite.git
-
Create a branch using below command.
git branch <your branch name>
-
Checkout to your branch.
git checkout <your branch name>
-
Add your code in your local machine folder.
git add .
-
Commit your changes.
git commit -m"<add your message here>"
-
Push your changes.
git push origin <your branch name>
-
Make a pull request! (compare your branch with the owner main branch)
Before starting out, you'll need to install the following on your computer.
- Fork the repo
- Clone the repository
git clone
- Run
cd
to change the working directory - Run
npm install or npm i
to install all the dependencies - Run
npm install -g serve
to install serve - Run
serve
to start the development server - Navigate to
http://localhost:5000/
✨✨ We extend our heartfelt gratitude to all the contributors who have helped make OSCodeCommunitySite a success. We appreciate your dedication and hard work in improving the project.🚀🚀