Skip to content
Snippets Groups Projects
Commit 9d04f761 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

Merge branch 'main' into 'develop'

# Conflicts:
#   README.md
parents 8877543d 1bc70f50
No related branches found
No related tags found
1 merge request!15May 2022 merge request
Pipeline #118724 passed
......@@ -6,6 +6,10 @@ stages:
- build
- dockerize
before_script:
- apk add --update git
install-dependencies:
stage: setup
interruptible: true
......@@ -20,6 +24,7 @@ install-dependencies:
- node_modules
- .yarn
script:
- apk --no-cache add git
- yarn install --pure-lockfile --cache-folder .yarn
artifacts:
paths:
......@@ -40,7 +45,7 @@ test:
stage: test
extends: .distributed
script:
- yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=2
- yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4
build:
stage: build
......
......@@ -26,4 +26,9 @@ 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.graphpolaris.com: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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment