This commit is contained in:
louiscklaw
2025-02-01 02:10:58 +08:00
commit 655c626d6f
75 changed files with 11521 additions and 0 deletions

21
slides_01/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "slides",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ren_html": "marp slide-deck.md -o index.html",
"ren_pdf": "marp --allow-local-files --pdf-notes slide-deck.md -o index.pdf",
"gitUpdate":"git add . && git commit -m'update,'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@marp-team/marp-cli": "^3.3.1"
},
"dependencies": {
"live-server": "^1.2.2"
}
}