Live at - https://acmbvp.github.io/InterQues
For making any changes (from your local system), just following the following steps
- fork this repository into your github account (create one if you don't have it yet)
- clone it to your system (
git clone https://github.com/acmbvp/InterQues.git
) - in the terminal run
git remote add upstream https://github.com/acmbvp/InterQues.git
(this is for taking a fresh update of the code anytime in the future) - IMPORTANT STEP: get the updated code, run command
git pull upstream master
in terminal - make the changes:
- append your question in the list in
ds-and-algo/index.html
- add the solution inside
ds-and-algo/answers/<question_no>.html
(refertemplate.html
for the same)
- append your question in the list in
- commit and push them to your forked repository
- create a pull request (PR)
- Voila! You're done.
- Download Git setup for your operating system and install it.
- To check whether Git is installed on your system, open
cmd
on Windows /terminal
on Mac. - Run command
git --version
and it should display the version of Git installed.
- Open VS Code.
- Go to View > Terminal.
- To clone the repo to your desktop, change the directory to desktop by running the command
cd desktop
. - In the terminal, run
git clone https://github.com/acmbvp/InterQues.git
. - A folder/directory should be created on your desktop.
- Open that folder in VS Code, go to File > Open.
- Now you're good to go!
- Create an issue for the same and we'll help you out!