Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 801 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 801 Bytes

Contribute

  • Setting local server

    1. fork this repository
    2. clone your fork
    3. install dependencies using pnpm
    4. run pnpm dev to spin a local server

    [!NOTE] You might run into error about node-pty being built with wrong NODE_MODULE_VERSION=116

    You may need to re-run electron-rebuild. You can do that with postinstall script:

    pnpm run postinstall

    Reference issue


  • Packaging and building the app

    1. you need to run pnpm build
    2. run pnpm make this will output the installers in out/ directory
  • Submit your changes

    Create a pull request to the main branch