Quick Start
Get this course
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.gitBuild the course content
Go to the clone's folder and install dependencies:
bash
yarn installYou can now build and preview the course with this command:
bash
yarn serveThis will compile the course material and run a minimal server to browse the content.