Ⅰ. Fork the project.
Ⅱ. Clone the project to run on your local machine using the following command:
git clone repository linkⅢ. Get into the root directory
cd ProActiveⅣ . Create your branch.
git checkout -b your_barnch_name(example suraj/contributor)Ⅴ . Install dependencies.
npm installⅥ . Run the project.
npm run devⅦ. Stage your changes
git add <filename>Ⅷ. Commit your changes
git commit -m "your-commit-message"Ⅸ.Push your changes to your branch
git push origin your_branch_name
Ⅹ. Create a pull request so, that we can merge it.