Prototype implementation

This commit is contained in:
2026-05-08 14:26:48 +02:00
parent 315143a6fc
commit 14b0bc6d01
160 changed files with 5731 additions and 42 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"devDependencies": {
"vite": "^5.0",
"@tailwindcss/vite": "^4.0",
"tailwindcss": "^4.0"
}
}