This repository contains material for the Git Fundamentals Course.
- Setting up Your Git Environment
- Building a Website in a Local Repository
- Building a Simple Game in a Local Repository
- Building a Website with GitHub
- Building a Simple Game with Branching
- Building a Scale Unit Converter
- Conflict Demo
- Install Node.js
- Clone repository
- Run
npm install
to install dependencies - Run
npm run build
to build presentation intodist
folder