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.
Features
- Server side rendering with Next.js v9
- Deployed on Vercel
- GraphQL and Apollo
Development
You can bootstrap everything with docker-compose.
$ git clone [email protected]:ohbarye/goofi.git && cd goofi
$ echo GITHUB_ACCESS_TOKEN=<your token> > .env
$ yarn
$ docker-compose up -d
$ open http://localhost:3000
Without docker-compose
$ yarn
$ GITHUB_ACCESS_TOKEN=<your token> yarn dev
$ open http://localhost:3000