Skip to content

Commit

Permalink
Merge pull request #190 from AbhiJay1287/main
Browse files Browse the repository at this point in the history
Added project setup and how to run locally in documentation #162
  • Loading branch information
Anishka Gupta authored May 17, 2024
2 parents 89c0fab + 2f7427e commit 73186f8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,43 @@ To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository, follow these steps:
9. **Create a Pull Request:-**
Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.


To run the project locally in your System
1. *Fork the Repository*
Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.

![Screenshot (127)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/164ba1a7-d42e-4e4d-acbd-4bc81cf387d5)

![Screenshot (128)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/21a47905-69ee-448f-a5c0-71ceb3c694d5)

2. *Clone the repository*
Clone the forked repository to your local machine using the following command in your terminal:
```bash
git clone https://github.com/<your-github-username>/RAPIDOC-HEALTHCARE-WEBSITE

![Screenshot (129)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/88249cc4-5849-4472-b190-9d9bad2bb236)


3. *Open the project in VS Code*
click on the open with vs code button , to make changes to the code using the text editor

![Screenshot (130)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/10644887-eb4b-4471-98bb-26e0b1bb4f07)


4. *Clearly read the contribution guidelines*
Make sure to follow the guidelines to contribute to this project

![Screenshot (131)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/342c364a-d908-48a4-9d12-2552298d87bd)


5. *Find the Index.html file*
Right click the file mentioned and click on "Open with Live Server"
This will redirect to the web-browser and load the landing page of the project

![Screenshot (133)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/62044e1a-a644-467d-98ac-eabfac970ed9)



To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository using GitHub Desktop, follow these steps:
1. **Clone the repository**
Open GitHub Desktop and log in to your GitHub account. Go to the "File" menu and select "Clone Repository." Select the RAPIDOC-HEALTHCARE-WEBSITE repository from the list and choose a local path to clone the repository.
Expand Down

0 comments on commit 73186f8

Please sign in to comment.