An open API service indexing awesome lists of open source software.

https://github.com/chamerling/quickhubapp2


https://github.com/chamerling/quickhubapp2

electron github oauth2 vuejs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# QuickhubApp2

(Electron + OAuth2 + Github + Vue)

## Install dependencies

```
yarn
# or
npm install
```

## Configure

1. Got to github and create a new application at https://github.com/settings/applications/new
2. Copy client ID and client secret and paste them in the `src/main/config.js` file

## Run

```
./node_modules/.bin/electron .
# or
npm start
```