The Frontend/Calibration Application is a simple React App and using Vite as build system.
Simply install all dependencies via npm
or yarn
:
# Install via Yarn
yarn
# Or via NPM
npm ci
Start the development server via:
# Start via Yarn
yarn frontend:serve
# Or via NPM
npm run frontend:serve