Versions Compared

Key

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

...

Code Block
titleBuild UI
# cd ui

npm install
# If you are running NPM > v7, do npm install --legacy-peer-deps

npm run build-rc

Start test system 

...