Skip to content

akatopo/presentation-cs352-intro-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to GIT

A Bespoke.js presentation, built with generator-bespoke

Created for the University of Crete CS352 class. A gentle introduction to git for 3rd year students.

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Gulp: $ npm install -g gulp-cli

Then, install dependencies and run the preview server:

$ npm install
$ gulp serve