Skip to content

ohbarye/goofi

Repository files navigation

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

image

Features

  • Server side rendering with Next.js v9
  • Deployed on Vercel
  • GraphQL and Apollo

Development

You can bootstrap everything with docker-compose.

$ git clone git@github.com: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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published