27 lines
389 B
Markdown
27 lines
389 B
Markdown
|
# Abschlusspräsentation
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
Reveal-md installieren
|
||
|
```sh
|
||
|
npm install -g reveal-md
|
||
|
```
|
||
|
|
||
|
Präsentation starten
|
||
|
```sh
|
||
|
reveal-md presentation.md -w
|
||
|
```
|
||
|
|
||
|
## Resourcen
|
||
|
|
||
|
### Reveal.js
|
||
|
|
||
|
- https://github.com/webpro/reveal-md
|
||
|
- https://revealjs.com/
|
||
|
|
||
|
### Markdown
|
||
|
|
||
|
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
||
|
- https://docs.gitlab.com/ee/user/markdown.html
|
||
|
|