Sign inSign up

hanshal101/firstcontri

By hanshal101

Updated over 3 years ago

This is a website where one can find Good First Issue of a particular git-hub repository.

Image
0

87

hanshal101/firstcontri repository overview

FirstContri

This is a website where one can find Good First Issue of a particular git-hub repository. It has features like filtering out Documention, Good First Issues and many more. Will add a few features in the future.

Getting started

Firstly to start contributing for any project or opensource program you need to Fork the repository first. After forking clone the repo on your local machine. This will help you to make changes and review it personally.

Using Docker

You can also run this app / read the code / contribute it / upgrade it by using the Docker image of this project

To pull the docker image :

docker pull hanshal101/firstcontri:v1.0

Here, v1.0 indicates the version of the image. Since we have just started its on the initial stages. We will add new features and upgrade the versions simultaneously.

After pulling the Image Run this command :

docker run -p 5000:5000 -d hanshal101/firstcontri:v1.0

This command will expose the port-5000 of your machine to the image which will help it to host the application.

Note - Docker Login is required to download the docker image

Tag summary

Content type

Image

Digest

sha256:c694fd14d

Size

28.2 MB

Last updated

over 3 years ago

docker pull hanshal101/firstcontri:v1.0