@@ -27,3 +27,8 @@ Due to the way auth works (using a sameSite cookie), the procedure for running l
...
@@ -27,3 +27,8 @@ Due to the way auth works (using a sameSite cookie), the procedure for running l
## Running Locally
## 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.
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.