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
- Host: GitHub
- URL: https://github.com/akatopo/presentation-cs352-intro-to-git
- Owner: akatopo
- License: isc
- Created: 2015-12-11T00:07:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:57:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T11:40:20.052Z (8 months ago)
- Topics: bespoke, git, presentation
- Language: Pug
- Homepage: https://akatopo.github.io/presentation-cs352-intro-to-git
- Size: 18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```