majorly overhauled the design to now use docker-compose and postgres

This commit is contained in:
2026-02-20 02:02:23 +01:00
parent 9769f509a7
commit 7308ad541d
18 changed files with 633 additions and 256 deletions

23
app/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "tutor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:css": "npx tailwindcss -i static/css/input.css -o static/css/output.css --minify"
},
"repository": {
"type": "git",
"url": "ssh://git@gitea.cato447.de:222/cato447/tutor-tool.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"autoprefixer": "^10.4.21",
"flowbite": "^3.1.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}