Skip to content

rstropek/GitHubEduWorkshop

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