- Install Git and Node.js on your local machine
- Familiarize yourself with the project's codebase and directory structure
Clone the project repository using the following command:
git clone https://github.com/username/project-repo.git
Navigate to the project directory and install the required dependencies:
cd project-repo
npm install
Start the development server using the following command:
npm run dev
Fork the project repository to your own GitHub account.
Create a new branch for your feature or bug fix:
git checkout -b feature-repo-name
Make changes to the codebase and commit them:
git add .
git commit -m "feat: add my feature"
Push your changes to your forked repository:
git push origin feature-repo-name
https://github.com/AayushSahani01/pooja_backend