Created to help newcomers dive into open source more easily, addressing the frustration when "good first issues" aren't beginner-friendly, drawing from my own experience.
- Fork this repo
- Clone the forked repo to your desktop.
cd desktop
git clone <url>
cd <repoName>
- Install dependencies!
npm install
(orpnpm install
oryarn
). - Create a branch
git branch <branchName>
git checkout <branchName>
- Make changes!
- Navigate to src directory and then click on the Data directory. In there, you should see a file called contributors.ts.
- Add the following code(replace the info with yours of course) in contributors.ts
// contributors add your code below this line
{
name: 'Raul',
github: 'https://github.com/Raulj123'
},
- Run the command below to see your changes.
npm run dev
- You're done! Go ahead and push your changes bruh 😤
I decided to make this project at 11 PM at night while I was looking for beginner-friendly open source projects. Unfortunately, those are hard to find 😞