Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstropek/githubeduworkshop
- Owner: rstropek
- License: mit
- Created: 2018-10-05T06:21:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T13:16:12.000Z (almost 2 years ago)
- Last Synced: 2023-08-14T08:10:58.807Z (about 1 year ago)
- Topics: classroom, education, github
- Language: HTML
- Homepage: https://rstropek.github.io/GitHubEduWorkshop/
- Size: 3.54 MB
- Stars: 2
- Watchers: 1
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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