This is the GitHub for the official freeCodeCamp Riverside website.
- HTML5
- CSS
- MySQL
- Javascript
- Express
- Node,js
If you are new to GitHub here are some helpful links to using Git & GitHub
-
Cloning a repository
To learn how to get a copy of this repository onto your local machine, visit Cloning a repository 👈
-
Git Branch
THIS IS IMPORTANT when contributing to GitHub repositories. Branches allow contributors to work on the same repository without constantly running into conflicting code.
Please have a look at this link on Git Branches before you proceed to contribute.
-
Git Pull
Before pushing your changes to the repository make sure to use
git pull
before. This retrieves the most up to date changes and merges it with your files.
To read more about git pull/git merge/git fetch visit this link
-
Contributing to the repository
To learn how to add the files you have changed to this repository, go to one of the links below.
- If you are using the terminal then visit Adding a file to a repository using the command line
- You can also add your files using the GitHub website. Visit Adding a file to a repository
-
Getting Help
If you have any further questions, please ask on our Facebook page or join our Slack and ask us there. Have fun coding!