This website seeks to connect you with open source, free software, and tech-related initiatives where you may study and develop code. The projects offer mentors who serve as guides throughout the whole process, from getting to know the community to contributing code.
- Supports you to start taking part in open source development
- The leaderboard lists the top performers,which gets updated every day
- Provides you with the chance to work with different people on the same project
- Real-life experience about many fields
- Contains FAQs to resolve your queries
- HTML5
- CSS
- VueJs
- Firebase
To run the project locally on your sysmtem , the following softwares must be installed .
- Npm 8.x
- Node 16.x
You can check your node and npm versions by typing the mentioned commands in the terminal
node -v
npm -v
-
Fork this repository which will create a copy of this project in your GitHub account.
-
Clone the forked repository. Steps to clone :-
-
On your forked repository page, click on the "Code" button and copy the repository's URL.
-
Use the git clone command followed by the repository URL to clone the repository to your local machine.
git clone https://github.com/<your_username>/BSoC-Website.git
-
Open your terminal, navigate to the desired directory.
cd BSoC-Website
-
-
Create a new branch by switching to the cloned repository's directory in your terminal.
git checkout -b <branch-name>
-
Make the desired changes and commit.
git status git add git commit -m "Your commit message"
-
Sync your forked repository with the original repository.
git remote add upstream <original-repo-url> git fetch upstream git merge upstream/main git push origin <branch-name>
-
Push changes to your forked repository from your local branch on GitHub.
git push origin <branch-name>
-
Create a pull request. Steps to create a PR :-
- Visit your forked repository on GitHub and switch to the branch you just pushed.
- Click on the "New pull request" button which will take you to the "Comparing changes" page.
- Select the original repository and the branch you want to merge into.
- Provide a clear title and description for your pull request .
The Programming Club, IIITDM Jabalpur