✨ A simple project to get you started with your first open source contribution.
PLease keep in mind that pull requests on this project won’t count towards Hacktoberfest. This project is just to help and encourage new developers to get familiar with open source contribution.
Hello Contributors!
Open Source projects are a great way for enhancing your coding skills and exploring new technologies.
But top of that contributing to Open Source Projects is FUN.
The joy of the first time when your pull request gets accepted is amazing. Which you are going to find today by contributing to this project.
Anyone from an absolute beginner to a developer can contribute to enhance your open source experience.
Node.js is a run-time environment which includes everything you need to execute a program written in JavaScript. It’s used for running scripts on the server to render content before it is delivered to a web browser.
NPM stands for Node Package Manager, which is an application and repository for developing and sharing JavaScript code.
Fork this repository and clone it to your computer.
Install the dependencies locally
npm install
git checkout -b "myCard"
Now go to contributors/index.js
file and add your details.
Run this command to check for any remaining typos and style errors
npm run lint:fix
git add .
git commit -m "Add YOURNAME's card"
git push -u origin myCard
Your changes would not be visible immediately.
Your pull request will be reviewed, get accepted and merged by the project maintainer.
You can now celebrate !