erster manueller commit

This commit is contained in:
root
2025-06-29 12:35:20 +02:00
parent 4b4c349c81
commit 5565f476f8
2415 changed files with 194307 additions and 0 deletions

13
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start KidsAI Explorer",
"type": "shell",
"command": "npm start",
"group": "build",
"isBackground": true,
"problemMatcher": []
}
]
}