Skip to content

rstropek/GitHubEduWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub for Computer Science Classes

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

View Material

Build and Run

  • Install Node.js
  • 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