Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

DOCS.md

File metadata and controls

37 lines (23 loc) · 1.1 KB

Dev Docs

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.

Getting Started

  1. clone this repo

  2. install packages and run

npm install
npm run dev # or npm start

Packaging for Production

To package for the local platform:

npm run package

IPC (sending data between main and renderer)

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.

Notes

  • wp refers to warp-plus in source.