An Electron application with React and TypeScript.
GUI tool for performing actions on GitHub repositories in bulk.
$ npm installAdd an .env file at project root.
The file should contain the following env variables:
# Your PAT for development usage with GitHub Enterprise Cloud (GHEC) REST API.
RENDERER_VITE_GITHUB_TOKEN=MY_TOKEN
# Your PAT for development usage with GitHub Enterprise Server (GHES) REST API.
RENDERER_VITE_GITHUB_ENTERPRISE_SERVER_TOKEN=MY_TOKEN$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux- Workaround
export NODE_TLS_REJECT_UNAUTHORIZED=0