add: presentation

This commit is contained in:
2026-04-03 20:07:14 -07:00
commit 3fc28bded1
21 changed files with 1408 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "flug",
"version": "1.0.0",
"description": "This repository contains the FLUG presentations.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"reveal.js": "^6.0.0"
},
"devDependencies": {
"vite": "^8.0.3"
}
}