The matrix widget that is used to manage meeting rooms.
In the project directory, you can run:
yarn dev
: Start the widget for development.yarn start
: Start the widget for development with a self-signed HTTPS certificate.yarn build
: Build the production version of the widget.yarn test
: Watch all files for changes and run tests.yarn tsc
: Check TypeScript types for errors in the widget.yarn lint
: Run eslint on the widget.yarn depcheck
: Check for missing or unused dependencies.yarn translate
: Update translation files from code.yarn generate-disclaimer
: Generates license disclaimer and include it in the build output.yarn docker:build
: Builds a container from the output ofyarn build
andyarn generate-disclaimer
.