aadeshkulkarni / first-issues

Make your first open-source contribution.
https://firstissues.dev
MIT License
12 stars 13 forks source link
cpp go-lang good-first-contribution good-first-issue java javascript opensource-projects python rust

Contributors Forks Stargazers Issues

Welcome! šŸ‘‹šŸ¼

First Issues is an initiative to curate easy pickings from open-source projects, so developers who've never contributed to open-source can get started quickly.

Open-source maintainers are always looking to get more people involved, but new developers generally think it's challenging to become a contributor. We believe getting developers to fix super-easy issues removes the barrier for future contributions. This is why First Issue exists.

Adding a new project

You're welcome to add a new project in FirstIssues.dev, and we encourage all projects — old and new, big and small.

Follow these simple steps:

Setting up the project locally

FirstIssues is built using NextJs.

To contribute new features and changes to the website, you would want to run the app locally. Please follow these steps:

  1. Clone the project locally. Make sure you have Python 3 and a recent version of Node.js installed on your computer.

  2. Add GITHUB_TOKEN, MONGODB_URI in .env file (refer .env.local for reference)

  3. Build the front-end app and start the development server.

$ npm install # install the dependencies
$ npm run dev # start the development server

The app should spin up on your browser.