Task: Work through a git tutorial and then build personal website in the archive describing you and your final project
BRACKETS
Brackets is a modern, open source code editor for web development.
Brackets has a live editing functionality for HTML, CSS and JS: the web browser shows immediately the output or changes while modifying the code. This is very useful, so you can correct the mistakes very quickly.
You can also open a folder with its sub-folders, so you can load the CSS, JS, and HTML at once and check your Website, with all its features. If you added other folders, for example with images or fonts, you can also see the content of them in Brackets.
The folders are displayed on the left side of the editing area.
To open a project folder go to >File >Open Folder
Note for the group assignments:
If someone has added his part to gitlab while you were writing your part/docu, you have to commit or stash your changes before you pull/merge. If you don't do that your files will be overwritten by merge.
→ $ git add -A
→ $ git commit -m "changes"
If you push you'll see this git message:
To pull the last status of the group site before you add your part, enter:
→ $ git pull origin master
Now you can push your changes
→ $ git push
Website template (zip) | Download |