Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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".
- Host: GitHub
- URL: https://github.com/ohbarye/goofi
- Owner: ohbarye
- License: mit
- Created: 2018-06-20T15:03:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T20:48:33.000Z (over 1 year ago)
- Last Synced: 2024-10-20T07:30:38.019Z (24 days ago)
- Topics: apollo, github, graphql, nodejs, open-source, oss, typescript, vercel
- Language: TypeScript
- Homepage: https://goofi.vercel.app/
- Size: 2.76 MB
- Stars: 169
- Watchers: 5
- 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/)
![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
```