first commit

This commit is contained in:
alzalia1 2025-08-27 23:02:21 +02:00
commit 5089b4a7d2
27 changed files with 7499 additions and 0 deletions

14
.cta.json Normal file
View file

@ -0,0 +1,14 @@
{
"projectName": "academic",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "npm",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"eslint",
"tanstack-query"
]
}