An open API service indexing awesome lists of open source software.

https://github.com/andersbogsnes/oop

Workshop slides
https://github.com/andersbogsnes/oop

Last synced: 5 months ago
JSON representation

Workshop slides

Awesome Lists containing this project

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
```