From 3128b20647bc73e8506915a90025207ae084cff1 Mon Sep 17 00:00:00 2001 From: Bogdan Kuternoga Date: Tue, 20 Aug 2024 11:29:42 +0200 Subject: [PATCH] Extra info to README in DnD chart library showcase --- drag-n-drop-chart-library/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drag-n-drop-chart-library/README.md b/drag-n-drop-chart-library/README.md index d89b278..a093c60 100644 --- a/drag-n-drop-chart-library/README.md +++ b/drag-n-drop-chart-library/README.md @@ -12,6 +12,8 @@ npm install npm start ``` +The application will be launched on `http://localhost:3000` + ## Known Issues * RND move command takes precedence over brush filter completion, which locks user's mouse in moving charts but unable to finalize the brush filter. * RND does not support collision detection / break points.