This package builds the React surfaces embedded inside the macOS app.
yarn install --immutable
yarn build:embedded
yarn serve:chat
yarn serve:preview
yarn lint
yarn typecheck
yarn testEmbedded outputs are written to:
../macos/OpenBridge/Helpers/WebKitBridgeUI/WebKitBridgeResources/
src/
├── assets/ # shared assets
├── embedded/ # chat, preview
└── utils/ # JSBridge and shared browser utilities