Skip to content

sonorusau/sonorus-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GH Util (Prototype)

An Electron application with React and TypeScript.

GUI tool for performing actions on GitHub repositories in bulk.

Recommended IDE Setup

Project Setup

Install

$ npm install

Environment Variables

Add 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

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Error and Workarounds

RequestError: Self-signed certificate in certificate chain

  • Workaround
export NODE_TLS_REJECT_UNAUTHORIZED=0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages