first working commit just flipped

This commit is contained in:
Marco Mooren
2025-11-04 18:30:55 +01:00
commit ca6e2475fd
15 changed files with 6238 additions and 0 deletions

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

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start Development Server",
"type": "shell",
"command": "npm run dev",
"isBackground": true,
"problemMatcher": [],
"group": "build"
}
]
}