Skip to content

Commit d712b71

Browse files
authored
Update README.md
1 parent 96c6a43 commit d712b71

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,42 @@ At CodeHarborHub, our mission is clear: to provide accessible and comprehensive
2626

2727
To get started with contributing to CodeHarborHub, please refer to our [Contributing Guidelines](CONTRIBUTING.md).
2828

29+
Follow these steps:
30+
31+
1. **Clone the repository:**
32+
```bash
33+
git clone https://github.com/your-username/codeharborhub.git
34+
```
35+
36+
2. **Navigate to the project directory:**
37+
```bash
38+
cd codeharborhub
39+
```
40+
41+
3. **Install dependencies:**
42+
```bash
43+
npm install
44+
```
45+
46+
4. **Running the Application:**
47+
48+
Once you have installed the dependencies, you can run the application locally using:
49+
50+
```bash
51+
npm start
52+
```
53+
54+
This command will start a development server and open the application in your default web browser.
55+
56+
**If you'd like to contribute to CodeHarborHub, please follow these guidelines:**
57+
58+
- **Fork** the repository and clone it locally.
59+
- Create a new branch for your feature or bug fix: `git checkout -b feature-name`
60+
- Make your changes and test thoroughly.
61+
- Commit your changes: `git commit -m "Brief description of your changes"`
62+
- Push to the branch: `git push origin feature-name`
63+
- Submit a pull request detailing your changes.
64+
2965
## Support
3066
3167
For any questions or issues, feel free to reach out to us through our [website](https://www.codeharborhub.live/) or by opening an [issue](https://github.com/CodeHarborHub/codeharborhub/issues) on GitHub.

0 commit comments

Comments
 (0)