Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natalia-bp/collabgit_nataliabp

Ejercicio colaborativo con GitHub
https://github.com/natalia-bp/collabgit_nataliabp

Last synced: 13 days ago
JSON representation

Ejercicio colaborativo con GitHub

Awesome Lists containing this project

README

        

# Making a website as a team (Git collabotation)

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](https://github.com/breatheco-de/exercise-git-collabration/blob/master/iOBmU5zYqA.gif).

2. We are going to be building [this design](https://raw.githubusercontent.com/breatheco-de/exercise-collaborative-html-website/master/website1/designs/thumb.jpg), and [this is how you can split with the students](https://github.com/breatheco-de/exercise-collaborative-html-website/blob/master/website1/designs/guide.jpg?raw=true)

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. When each team member finishes, they have to commit and push to the forked repository.

## 💻 Run the website

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

```bash
$ npx browser-sync start -s -w
```

## 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](https://github.com/alesanchezr/html-template-engine) is being used as template engine for building the landing page.