added build instructions for prod package
This commit is contained in:
@@ -200,6 +200,15 @@ cd plugins/example-hello # or your own plugin
|
|||||||
yarn build -- --watch
|
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.
|
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
|
### Starting from an official template
|
||||||
|
|||||||
Reference in New Issue
Block a user