Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into next-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEeleeya committed Dec 21, 2024
2 parents 3f12dcd + c04b1d8 commit 2b3dacb
Show file tree
Hide file tree
Showing 27 changed files with 1,157 additions and 780 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ There are many ways to contribute to Cap. You can:
- Cargo 1.77.0+ (previous versions may work)
- pnpm 8.10.5+
- Docker ([OrbStack](https://orbstack.dev/) recommended)
- pkg-config

### How do I get started with development on my local machine?

Expand All @@ -40,6 +41,9 @@ This is a very top level guide right now, but if you want to develop for both th
5. Make sure both the the desktop app, and web app can be built without any errors. For the desktop app, use `pnpm tauri:build`. For the web app, use `pnpm build`
6. Submit a PR with your changes

> [!NOTE]
> When running the app locally on a MacOS machine, you will need to give permissions to Cap - this will show up as your **Terminal app** in the Security & Privacy settings page.
### How do I run the desktop app locally without needing to use auth?

You can run cap in "local mode", which means that no auth is required for the desktop app, and no video segments are uploaded. Similar to the above steps, this is how you can run the Cap desktop app in local mode with the least amount of .env vars.
Expand Down
Loading

0 comments on commit 2b3dacb

Please sign in to comment.