First commit

This commit is contained in:
2026-04-20 17:39:53 +02:00
commit 9f2578f7d2
28 changed files with 11986 additions and 0 deletions

6
frontend/app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>