Archived
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"dependencies": {
|
|
"reveal-md": "^6.1.2"
|
|
},
|
|
"scripts":{
|
|
"start":"npx reveal-md slides.md -w --theme white --css style.css",
|
|
"build":"npm run start -- --static --static-dirs=assets"
|
|
}
|
|
}
|