Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malbernaz/github-search


https://github.com/malbernaz/github-search

Last synced: about 1 month ago
JSON representation

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.