This project allows you to search organizations in Github by using the Github GraphQL API. It shows organization information such a description, logo, web, repositories, etc...
- You need to create a
.env
file withGITHUB_TOKEN
variable. You can get this token by following this steps Creating a personal access token. You should markrepo
andadmin:org
for make it work properly - Run
yarn install
so that to install all the dependencies needed - Run
yarn start
so that to run the project in development mode - Run
yarn build
to create a production build