Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 193 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 193 Bytes

gh-oauth-server

$ npm start

or in docker

$ docker build -t gh-oauth-server . && docker run -p <your-port>:3000 -e CLIENT_SECRET=<your-client-secret> -d gh-oauth-server