first version which seems to run

This commit is contained in:
Gerhard Scheikl
2026-04-01 19:15:22 +02:00
parent 80e965aa57
commit fc107d576c
25 changed files with 963 additions and 40 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
node_modules
.next
.env
.env.*
!.env.production.example
*.md
!content/**/*.md
!content/**/*.mdx
.vscode
tests
playwright.config.ts
playwright-report
test-results
*.tsbuildinfo