Radial tree + Forces

This commit is contained in:
Oxy8
2026-02-10 16:18:24 -03:00
parent d6d37d93d5
commit 022da71e6a
13 changed files with 200973 additions and 94 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
app:
build: .
ports:
- "5173:5173"
command: sh -c "npx tsx scripts/compute_layout.ts && npm run dev -- --host"
volumes:
- .:/app
- /app/node_modules # Prevents local node_modules from overwriting the container's