VK Friseur Demo-Website (Astro) – initial

This commit is contained in:
2026-06-24 10:39:10 +00:00
commit 20b7fe53a0
16 changed files with 6207 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "vk-friseur-website",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.18"
}
}