first commit

This commit is contained in:
2025-09-26 17:28:03 +02:00
commit a0527eb23d
26 changed files with 5848 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindStylesheet": "./src/index.css"
}