https://github.com/andersbogsnes/oop
Workshop slides
https://github.com/andersbogsnes/oop
Last synced: 5 months ago
JSON representation
Workshop slides
- Host: GitHub
- URL: https://github.com/andersbogsnes/oop
- Owner: andersbogsnes
- Created: 2020-07-29T12:46:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T03:37:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T02:19:12.131Z (8 months ago)
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - andersbogsnes/oop - Workshop slides (Others)
README
# Slides for OOP Workshop
## Installation instructions
```bash
npm install
```## Develop
To render the markdown into slides and start the development server
```bash
reveal-md slides.md
```## Build static site
To render the slides as a static site
```bash
reveal-md --static slides.md
```