Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add npm install command for npm > v7

...

  1. Go to 'ui' directory

    Code Block
    languagebash
    titlePrepare Installer
    cd ui


  2. Install npm dependencies

    Code Block
    languagebash
    titlePrepare Installer
    npm install
    # for NPM > v7, run npm install --legacy-peer-deps


  3. Start the UI

    Code Block
    languagebash
    titlePrepare Installer
    npm start