This is a repository with a skeleton for a webpage using various frameworks. This week we will be continuing our discussion on UI/UX as well as starting to talk about how to actually implement this as a website developer using HTML/CSS.
-
Start by forking this repository (click the button that says fork) so that you will have a custom version to work on. A fork is just a copy of a repository for you to edit. This forked repository belongs to you and is where you will do your work.
-
Now you want to clone your repository to your own computer in order to work on it.
-
After we have made changes push it to your forked repository.
- Make sure your computer knows your git credentials:
$ git config user.name username$ git config user.email email
- Then you can push your changes to your remote repository
$ git add problem.solution.lang$ git commit- This will open a window for you to edit your message in. Treat this like an email: brief header, larger body.
$ git push
- Make sure your computer knows your git credentials:

