blob: 4a13bf6460b935066cbeda43d21e6ca5118245ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
|