Make sure you have stable version of Node.js installed in your computer. Check by running the following command in your terminal.
node -vYou should see similar result like this:
If you don't see version number, it means you don't have Node.js installed in your computer.
Next. Install necessary packages by running the following command in your terminal:
npm install- Create a separate branch from
main. - Complete tasks.
- Commit your changes.
- Push your changes.
- Open pull request on GitHub.
- Send the link to your pull request to us.

