Chore : move files out of directory

This commit is contained in:
Nathan Tien You
2024-09-18 08:54:54 +00:00
parent f282f6cc97
commit f47127cd1d
28 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"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"
}
}