Radial tree + Forces
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user