Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 979 Bytes

File metadata and controls

43 lines (31 loc) · 979 Bytes

ESDM Visualizer

Visually browse your domain models created with esdm.

Overview Customize Board
Domain Stories Given When Then

Run the visualizer with Docker against your local ESDM project:

docker run -p 3000:3000 -v ./examples/shop:/data impierce/esdm-visualizer

Go to http://localhost:3000 to start browsing your domain models.

Develop

bun install
bun run dev

Make sure the ESDM_ROOT in your .env point.

Build Docker image

docker build -t esdm-visualizer .

Run

docker run -p 3000:3000 -v ./examples/shop:/data esdm-visualizer