Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleBuild UI
# cd ui

npm install --legacy-peer-deps
# legacy-peer-deps flag needed to ignore dependencies created during the build process

npm run build

Start test system 

...