diff --git a/Readme.md b/Readme.md index 9332144..0e1939f 100644 --- a/Readme.md +++ b/Readme.md @@ -200,6 +200,15 @@ cd plugins/example-hello # or your own plugin yarn build -- --watch ``` +### Create a prod package + +```bash +cd gsender +git apply plugins/vision-alignment/allow_camera.patch +yarn build-prod +yarn start-electron +``` + gSender (when started with `yarn dev` / `NODE_ENV=development`) watches each plugin’s `ui/` directory and reloads the iframe automatically. ### Starting from an official template