Skip to content

Quick Start

Get this course

Repository

git-course

This Git course is hosted on GitLab.

To get a local copy, open a shell and go to the folder where you want to work. Then enter the following command:

bash
git clone https://gitlab.com/sgamel-projects/git-course.git

Build the course content

Go to the clone's folder and install dependencies:

bash
yarn install

You can now build and preview the course with this command:

bash
yarn serve

This will compile the course material and run a minimal server to browse the content.