An open API service indexing awesome lists of open source software.

https://github.com/akatopo/presentation-cs352-intro-to-git


https://github.com/akatopo/presentation-cs352-intro-to-git

bespoke git presentation

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Intro to GIT

> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)

Created for the University of Crete [CS352](https://www.csd.uoc.gr/~hy352/) class.
A gentle introduction to git for 3rd year students.

## View slides locally

First, ensure you have the following installed:

1. [Node.js](https://nodejs.org)
2. [Gulp](https://gulpjs.com): `$ npm install -g gulp-cli`

Then, install dependencies and run the preview server:

```bash
$ npm install
$ gulp serve
```