Initial commit, again.

This commit is contained in:
Diego Ripley
2026-04-10 16:24:05 -04:00
commit 18e4cd0415
36 changed files with 13495 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "Slidev Presentations",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts",
"pnpmVersion": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"rooveterinaryinc.roo-cline",
"antfu.slidev"
]
}
},
"postCreateCommand": "pnpm init && pnpm add -D @slidev/cli@52.14.2 @slidev/theme-default@latest",
"forwardPorts": [3030],
"portsAttributes": {
"3030": {
"label": "Slidev",
"onAutoForward": "openBrowser"
}
}
}