this is a Electron project bootstrapped with Electron React Boilerplate.
in a nutshell its a GUI that interacts with warp-plus binary and changes system proxy setting.
-
clone this repo
-
install packages and run
npm install
npm run dev # or npm start
To package for the local platform:
npm run package
as you may be familiar with electron already.
we need to use IPC in order to send and receive data between main and renderer.
checkout src/main/ipc.ts
and src/renderer/index.tsx
for an in action example.
wp
refers towarp-plus
in source.