This repo is for the purpose of collaboration the website project for HELL Labs.
Start working for the front page of the website on index.html file. It already contains the necessary templating for a HTML5 website.
Clone the repo by git clone git@gitlab.com:HELLLabs/website.git
Go to the specified directory by typing cd website in the shell
Work inside the website folder either via shell or using an IDE of your choice
After saving all your work, and goto website directory via the command cd website
- Add all the changed files via the command
git add . - Commit the files with a commit message by the command
git commit -am "your commit message" - Push the final changes to the server via the command
git push
- Go to your repo folder via
git website - Pull down the latest changes from server via
git pull - Start making changes to the files, add then via command
git add . - Add, commit and push the files via the command
git commit -am "commit messageand finallygit push.
Ask in the corresponding slack channel to get help with the issues, or ask on our official telegram support channel.