first draft is working

This commit is contained in:
2025-11-22 19:41:46 +01:00
parent e4289ee1ac
commit b3c4395fac
12 changed files with 1767 additions and 119 deletions

8
.vscode/tasks.json vendored
View File

@@ -9,6 +9,14 @@
"problemMatcher": [
"$gcc"
]
},
{
"label": "build Frontend",
"type": "shell",
"command": "npm run build",
"options": {
"cwd": "frontend"
}
}
]
}