An open API service indexing awesome lists of open source software.

https://github.com/luqmanoop/next-github-finder

A GitHub user finder app built with NextJS & GraphQL
https://github.com/luqmanoop/next-github-finder

Last synced: 11 months ago
JSON representation

A GitHub user finder app built with NextJS & GraphQL

Awesome Lists containing this project

README

          

# Next GitHub Finder

> A GitHub user finder app built with NextJS (TypeScript) and GraphQL

## Guide

```bash
git clone git@github.com:codeshifu/next-github-finder.git

cd next-github-finder

npm install

# or

yarn install
```

Create a `.env` in the root of the `next-github-finder` project and add your [GitHub access token](https://github.com/settings/tokens)

```
TOKEN=
```

## Run

```bash
npm run dev
# or
yarn dev
```