DT_ALS_GUI (Cross-plateform HUT Only Version)

Prerequisites

  1. Any OS works with the current project.
  2. Node.js should be installed on the system. Although Node.js can be installed as is, it is recommended to use a version manager like Node Version Manager.

How to install and deploy the GUI?

  • Make sure that Node.js is installed by performing:
node -v
  • Set yarn to its latest stable version via:
corepack enable
yarn set version stable
  • Install the requiered modules:
yarn install
  • Run the interface:
yarn run dev