Skip to content

sanjeevkpandit/github-contributors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View the list of contributors of a github project

Setup instructions

  • Clone repo

    git clone git@github.com:sanjeevkpandit/github-contributors.git
  • For development

    yarn start
    # or
    npm start
  • To prepare a build

    yarn build
    # or
    npm run build
  • To deploy under github-io as gh-pages branch

    yarn deploy
    # or
    npm run deploy