GoodFirstIssueFinder is a simple web application designed to help developers discover and contribute to "good first issues" on GitHub.
Pull requests are welcome to enhance this project.
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/admirhusic/GoodFirstIssueFinder.git cd GoodFirstIssueFinder
-
Install dependencies:
npm install
-
Set up the environment variables:
- Copy the example environment file:
cp .env.example .env
- Open the
.env
file and update theVITE_APP_GITHUB_TOKEN
variable with your GitHub token:You can create a personal access token in your GitHub account settings here.VITE_APP_GITHUB_TOKEN='INSERT GITHUB TOKEN HERE'
- Copy the example environment file:
-
Start the project:
npm start
Check out the live demo of the GoodFirstIssueFinder app here.