Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ohbarye/goofi

✨Let's contribute to OSS. Here is how to find good first issues in GitHub. "goofi" is an abbreviation of "good first issues".
https://github.com/ohbarye/goofi

apollo github graphql nodejs open-source oss typescript vercel

Last synced: 17 days ago
JSON representation

✨Let's contribute to OSS. Here is how to find good first issues in GitHub. "goofi" is an abbreviation of "good first issues".

Awesome Lists containing this project

README

        

# Goofi

Let's contribute to OSS. Here is how to find good first issues in GitHub.

This is a simple app to list issues labelled as "good first issue" in repositories with over 500 stars.

[>> Try Now <<](https://goofi.vercel.app/)

![image](https://user-images.githubusercontent.com/1811616/42405589-0130aafc-81d4-11e8-967a-e665a04ecb9c.png)

## Features

- Server side rendering with Next.js v9
- Deployed on [Vercel](https://vercel.com/)
- GraphQL and Apollo

## Development

You can bootstrap everything with docker-compose.

```shell
$ git clone [email protected]:ohbarye/goofi.git && cd goofi
$ echo GITHUB_ACCESS_TOKEN= > .env
$ yarn
$ docker-compose up -d
$ open http://localhost:3000
```

### Without docker-compose

```shell
$ yarn
$ GITHUB_ACCESS_TOKEN= yarn dev
$ open http://localhost:3000
```