Welcome to the Mue Marketplace repository. Here you can find a list of everything submitted to the marketplace.
If you wish to create your own add-on, please read the documentation.
npm run build
This will process all marketplace items and generate the manifest files in the dist/
directory.
# Run tests once
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with UI
npm run test:ui
# Run tests with coverage
npm run test:coverage