Includes how to run the app, setting up the developer environment and contribution guide lines.
- ensure nodejs is installed.
- node server.js
- replace clientId and client secret.
- point to http://localhost:3000
- This application will show profile details of login user.
- shows all his repos private and public.
- private and public repos are differentiated based on yellow and green icons on top.
- Owner of a repo image is shown.
- clone
- cd GitHubApi
- npm install
- gulp serve
- follow strict eslint styles
- Never commit to master repo directly
- raise pull request for review and assign for review
- sudhir
- testing CI push