From 686be7258c7c5f97ffe9461fca79283b25020438 Mon Sep 17 00:00:00 2001
From: "Behrisch, M. (Michael)" <m.behrisch@uu.nl>
Date: Tue, 7 Jun 2022 12:37:51 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 9f79b01a9..236cf9add 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,8 @@ Due to the way auth works (using a sameSite cookie), the procedure for running l
 ## Running Locally
 
 To run the application using SSL (with these keys) simply run `nx run web-graphpolaris:dev`, or `yarn nx run web-graphpolaris:dev` if `nx` is not installed globally. This should open a window to `https://local.datastrophe.science.uu.nl:4200/` automatically.
+
+
+## Running Storybook.js
+
+To run the dev storybook (implementing visualizations) simply run `nx run web-graphpolaris:storybook`, or `yarn nx run web-graphpolaris:storybook` if `nx` is not installed globally. 
-- 
GitLab