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: 3 months 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".
- Host: GitHub
- URL: https://github.com/ohbarye/goofi
- Owner: ohbarye
- License: mit
- Created: 2018-06-20T15:03:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T20:48:33.000Z (over 1 year ago)
- Last Synced: 2025-01-26T02:12:09.250Z (3 months ago)
- Topics: apollo, github, graphql, nodejs, open-source, oss, typescript, vercel
- Language: TypeScript
- Homepage: https://goofi.vercel.app/
- Size: 2.76 MB
- Stars: 171
- Watchers: 6
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

## 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
```