summaryrefslogtreecommitdiff
path: root/40-abschlusspraesentation/README.md
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-05-24 17:42:08 +0200
committerOrangerot <purple@orangerot.dev>2024-05-24 17:47:22 +0200
commit7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch)
tree89931c85ae3f149884ba02c69862558e93f01531 /40-abschlusspraesentation/README.md
Initial commitHEADmain
Diffstat (limited to '40-abschlusspraesentation/README.md')
-rw-r--r--40-abschlusspraesentation/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/40-abschlusspraesentation/README.md b/40-abschlusspraesentation/README.md
new file mode 100644
index 0000000..4a13bf6
--- /dev/null
+++ b/40-abschlusspraesentation/README.md
@@ -0,0 +1,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
+