Progress on slides

This commit is contained in:
2024-07-26 18:13:44 +02:00
parent 2fb32c073b
commit ef22545b53
4 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"reveal-md": "^6.1.2"
},
"scripts":{
"start":"npx reveal-md slides.md -w --theme white --css style.css",
"start":"npx reveal-md slides.md -w",
"docker":"sudo docker run --rm -p 1948:1948 -p 35729:35729 -v .:/slides webpronl/reveal-md:latest /slides --watch",
"build":"npm run start -- --static --static-dirs=assets"
}
}