-
Create a Github OAuth Application*
-
In Home Page URL
-
In Authorization Callback URL
-
Take note of:
Client ID
Client secrets
-
Rename
.env.example
to.env
- Enter your
Client ID
andClient Secrets
- Enter your
Install dependencies
npm install
Run the project
npm start
DONE