-
- fork this repository
- clone your fork
- install dependencies using
pnpm
- 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
-
- you need to run
pnpm build
- run
pnpm make
this will output the installers inout/
directory
- you need to run
-
Create a pull request to the
main
branch