Initial commit mit MkDocs-Dokumentation

This commit is contained in:
2026-03-04 14:18:33 +00:00
parent 6115090da1
commit 31d3e36597
97 changed files with 27518 additions and 1 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "ripster",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "concurrently \"npm run dev --prefix backend\" \"npm run dev --prefix frontend\"",
"dev:backend": "npm run dev --prefix backend",
"dev:frontend": "npm run dev --prefix frontend",
"start": "npm run start --prefix backend",
"build:frontend": "npm run build --prefix frontend"
},
"devDependencies": {
"concurrently": "^9.1.2"
}
}