Ⅰ. 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.