This repository has been archived on 2025-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-07-26 18:13:44 +02:00

11 lines
296 B
JSON

{
"dependencies": {
"reveal-md": "^6.1.2"
},
"scripts":{
"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"
}
}