diff --git a/contributing.md b/contributing.md index 53461bde..504d0509 100644 --- a/contributing.md +++ b/contributing.md @@ -11,3 +11,20 @@ $ yarn run pack ``` After that, you'll see the binary in the `dist` folder 😀 + + +## Troubleshooting + + +### `yarn start` does not launch application. + + +For MacOS: + +1) Confirm that Screen & System Audio Recording Permissions for the Terminal app are allowed. + +![Screenshot 2024-06-25 at 7 54 39 PM](https://github.com/wulkano/Kap/assets/53809188/f9b637f9-0809-4191-86c2-6b73a8e90b80) + +2) Confirm that "Electron.app" is allowed to accept incoming network connections when prompted. + +Screenshot 2024-06-25 at 7 42 15 PM