Initial Commit

This commit is contained in:
2025-09-25 14:26:37 +02:00
commit 9cd83bb6b9
23 changed files with 4557 additions and 0 deletions

13
.cta.json Normal file
View File

@@ -0,0 +1,13 @@
{
"projectName": "demoboard",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"start"
]
}