Basic project description goes here.
-
Clone the repository:
git clone https://github.com/pallaviraiturkar0/test-copilot.git -
Navigate to the project directory:
cd test-copilot -
Install the dependencies:
npm install
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature/YourFeature - Commit your changes:
git commit -m "Add your message" - Push to the branch:
git push origin feature/YourFeature - Create a pull request.