As you begin your path on becoming a coding specialist it is always pleasant to find good sources of information. Many computer languages might be tricky to learn at the beginning so you need reliable references to double-check your mistakes and learn how to not make them again. This project has a vast range of programming books which you can read online or download locally.
This is an example of how you can set up this project locally. To get a local copy up and running follow these simple example steps.
-
Clone the repo
git clone https://github.com/mohitjaisal/CodingBooks.git
-
Run index.html
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the repo
-
Clone the forked repo into your local machine
$ git clone https://github.com/your_username/CodingBooks.git
- cd to the repo
$ cd CodingBooks
- Create a branchz
$ git checkout -b mybranch
-
Open the repo code using any IDE/text-editors
-
Do changes or add the specific feature you are looking in the desired package.
-
Add, Commit and Push the changes to your forked repo
$ git add .
$ git commit -m "your commit message"
$ git push origin mybranch
- Create a pull request from
mybranch
of your forked repo tomain
branch of this(upstream) repo.
To maintain a safe and inclusive space for everyone, to learn and grow, contributors are advised to follow the Code of Conduct and also go through Guidelines for Contributing at least once.