SuperClipboard
Use electorn internal api to implement global shortcut bindings without using any web tool requests and can review the code
Clone the repo and install dependencies:
git clone --branch main https://github.com/leo-web3/SuperClipboard.git
cd SuperClipboard
npm install
yarn install
pnpm install
Start the app in the dev
environment:
npm start
yarn install
pnpm install
To package apps for the local platform:
npm run package
yarn package
pnpm package