diff --git a/README.md b/README.md
index 9f79b01a9bf341c469a185d07e24283bc938c6cc..236cf9add7ef289499bfc11b39d6e919a4745dda 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.