Skip to content

gusbueno/github-organizations-page

Repository files navigation

GITHUB ORGANIZATIONS PAGE

This project allows you to search organizations in Github :octocat: by using the Github GraphQL API. It shows organization information such a description, logo, web, repositories, etc...

Installation

  1. You need to create a .env file with GITHUB_TOKEN variable. You can get this token by following this steps Creating a personal access token. You should mark repo and admin:org for make it work properly
  2. Run yarn install so that to install all the dependencies needed
  3. Run yarn start so that to run the project in development mode
  4. Run yarn build to create a production build

Technologies used