Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 2.36 KB

File metadata and controls

81 lines (59 loc) · 2.36 KB

Contributing

Recommended editor: VS Code with workspace extensions. You will be prompted to install them when you first open the repo.

Requirements

Before you start, make sure you have:

Setup

  1. Install distro-specific prerequisites:

  2. Continue with Shared Setup.

Developing

After you have finished the setup steps:

  1. pnpm run build:all
  2. pnpm run start

Debugging

VS Code

  • F5 debugs both main and renderer processes
  • Build first by running pnpm run build:all before debugging

See docs/DEBUGGING-GUIDE.md for detailed debugging instructions.

Packaging

FAQ

When will my changes be added to the stable release?

See docs/branching-and-release-strategy.md for more information.

Further Reading