This repository contains material for the workshop on using GitHub for Computer Science classes.
- Install Node.js
- Clone repository
- Run
npm install
to install dependencies - Run
npm run build
to build presentation intodist
folder. You can put thisdist
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