You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
29
65
## Support
30
66
31
67
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