Use this project to practice your students skills in GIT while developing a porfolio website.
Each working works on a different file, for a different part of the website and the teacher can run the entire website. The PHP code will take care of putting all the pieces together.
-
As a teacher, please create a new repository in github.com and invite your students.
-
Then, clone this repository and change the remote to your new repository
$ git clone [email protected]:breatheco-de/exercise-git-collabration.git
$ git remote set-url <the new repository>
- Push everything to the new respository you have just created.
$ git push origin master
-
Pick what website you want to build with your students.
-
Each student will have to clone your new repository and develop one piece of the website you have chosee, each project is divided in pieces inside its templates/ directory.
-
When students finish, they have to commit and push to your repository.
The Html-Template-Engine library is being used as template engine for building the landing page.