add basic content

This commit is contained in:
kritzl 2026-07-06 21:04:45 +02:00
commit f7e40853b8
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
9 changed files with 430 additions and 12 deletions

View file

@ -12,6 +12,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.6"
"@tailwindcss/vite": "^4.3.2",
"astro": "^7.0.6",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"daisyui": "^5.6.13"
}
}