https://github.com/knighthacks/workshop-slides
Check this repo for all of the slides that we use in our workshops and meetings!
https://github.com/knighthacks/workshop-slides
Last synced: 4 months ago
JSON representation
Check this repo for all of the slides that we use in our workshops and meetings!
- Host: GitHub
- URL: https://github.com/knighthacks/workshop-slides
- Owner: KnightHacks
- Created: 2020-09-05T22:01:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T14:52:08.000Z (over 5 years ago)
- Last Synced: 2025-02-27T04:50:10.390Z (over 1 year ago)
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KnightHacks Workshop Slides
This repository contains the slides and code for all of our workshops. Each
workshop has a folder. Inside the folder, you should find the slides in pdf
format, code (usually as a git submodule), and possibly one or two other things.
# Getting the Code
It is recommended to simply click through on GitHub to the workshop repository
you want, and then run
```
git clone
```
in a terminal.
If, for some reason, you want to clone this repository, you will need to use the
command
```
git clone --recurse-submodules https://github.com/KnightHacks/workshop-slides.git
```
This will recursively clone all of the code for every workshop.