🧑🏽💻 Here is a workflow to contribute to projects.
- Clone this repository to your local machine
git clone [This repository]
- Change to the repository directory on your computer:
cd Health-and-Fitness-Frontend
- Create a branch using the git switch command:
git switch -c your-branch-name
- Install dependencies
npm install
- Start development server
npm run dev
- Push to your branch(not main branch)
git push origin your-branch-name
- Make a pull request on github