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
- Host: GitHub
- URL: https://github.com/luqmanoop/next-github-finder
- Owner: luqmanoop
- Created: 2021-12-27T15:31:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T05:46:59.000Z (over 3 years ago)
- Last Synced: 2025-02-14T22:07:33.510Z (over 1 year ago)
- Language: TypeScript
- Homepage: next-github-finder.vercel.app
- Size: 349 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```