BernyPoblete / BernyPoblete.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making a website as a team (Git collaboration)

Practice your skills in GIT while developing a typical website.

Each student works on a different file, for a different part of the website and the most senior can work as Team Leader (for integration and deployment), unless the teacher prefers to be the team leader of the whole class. The Html-Template-Engine library will take care of putting all the pieces together.

๐Ÿ“ Instructions

  1. The Team Leader should fork this repository on github.com and invite other collaborators to the repo.

  2. We are going to be building this design, and this is how you can split with the students

  3. Each contributor will have to clone the new forked repository and develop one piece of the website you have chosee, each project is divided in pieces inside its templates/ directory.

  4. REMEMBER: When each team member finishes, they have to commit and push to the forked repository

๐ŸŒฑ How to start this project

This project comes with the necessary files to start working, but you have two options to start:

a) Use Gitpod (recomended): open this link in your browser to clone it with gitpod: https://gitpod.io#https://github.com/breatheco-de/exercise-collaborative-html-website.git

b) You can clone this repository on your local computer:

$ git clone https://github.com/breatheco-de/exercise-collaborative-html-website.git

In order to watch the website live run the following command:

$ npx http-server --yes -c-1

Deploy the website

Use Vercel, Netlify or Github pages to deploy the website to the team URL (for example: https://mysuperteam.zeit.sh).

Delivery

Everyone delivers the same repo as solution.

Complementary info

The Html-Template-Engine library is being used as template engine for building the landing page.

About


Languages

Language:HTML 78.6%Language:JavaScript 18.5%Language:CSS 3.0%