Compiles app in /public folder
yarn
yarn build Starts the test page on localhost:5173 and auto-compile changed files.
yarn
yarn devYou need to provider bpatternDomain URL parameter to provide domain of your instance (tenant URL).
You can switch between view with Communicator app and without by adding the standalone URL search query.
In order to disable new interaction popup from Agent Helper application, you need to add no-popup to the URL string.
http://localhost:5173?bpatternDomain=example.brightpattern.com
http://localhost:5173?bpatternDomain=example.brightpattern.com&standalone=true
http://localhost:5173?bpatternDomain=example.brightpattern.com&no-popup=true
http://localhost:5173?bpatternDomain=example.brightpattern.com&standalone=true&no-popup=true