1 Fork the repository on GitHub and Clone the project
git clone https://github.com/kiranjadhav45/auto-new-updated.git
2 Go to the project directory
cd auto-new-updated
3 Install dependencies
npm install
4 Start the server
npm run dev
1 Create a new branch for your contribution:
2 git checkout -b feature/your-feature-name
3 Make your changes and commit them:
git add .
git commit -m "Add your commit message here"
4 Push your changes to your forked repository:
git push origin feature/your-feature-name
5 Create a pull request (PR) from your branch to the main branch of the main repository.
6 Wait for feedback and iterate on your changes if needed. Once your PR is approved, it will be merged.