openWB (openwb-web-ui)UI for openWB software2Install the dependenciesyarn # or npm installStart the app in development mode (hot-code reloading, error reporting, etc.)quasar devLint the filesyarn lint # or npm run lintFormat the filesyarn format # or npm run formatBuild the app for productionquasar buildCustomize the configurationSee Configuring quasar.config.js.