https://github.com/malbernaz/github-search
https://github.com/malbernaz/github-search
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malbernaz/github-search
- Owner: malbernaz
- Created: 2023-09-23T12:26:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T11:10:30.000Z (over 1 year ago)
- Last Synced: 2025-01-12T14:47:40.919Z (4 months ago)
- Language: TypeScript
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
To run this project first, generate a github token using this [link](https://github.com/settings/tokens?type=beta).
Create a local `.env.local` file and paste it with the name `NEXT_PUBLIC_GH_TOKEN`.```bash
NEXT_PUBLIC_GH_TOKEN=generated-token
```Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.