Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rstropek/githubeduworkshop

GitHub for Computer Science classes
https://github.com/rstropek/githubeduworkshop

classroom education github

Last synced: 6 days ago
JSON representation

GitHub for Computer Science classes

Awesome Lists containing this project

README

        

# GitHub for Computer Science Classes

This repository contains material for the workshop on using GitHub for Computer Science classes.

## View Material

* [Open in browser](https://rstropek.github.io/GitHubEduWorkshop)
* [Get printable version](https://rstropek.github.io/GitHubEduWorkshop?print-pdf)

## Build and Run

* Install [Node.js](https://nodejs.org/en/)
* Clone repository
* Run `npm install` to install dependencies
* Run `npm run build` to build presentation into `dist` folder. You can put this `dist` folder on a webserver to publish the material.
* Run `npm start` during content creation to build in case of changes and serve using a local dev server