Initial commit

This commit is contained in:
syntaxbullet
2026-02-09 12:54:10 +01:00
commit bfefaa0055
23 changed files with 9076 additions and 0 deletions

9
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
web:
build: .
volumes:
- .:/app
- /app/node_modules
command: npm run dev -- --host
environment:
- NODE_ENV=development