Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributing.md for troubleshooting 'yarn start' #1218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="287" alt="Screenshot 2024-06-25 at 7 42 15 PM" src="https://github.com/wulkano/Kap/assets/53809188/d2663de4-2951-4972-b727-3d90ef064be2">