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
Copy file name to clipboardExpand all lines: README.md
+6-11
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ To streamline the setup process, several scripts are provided to configure and r
63
63
### Setup Instructions
64
64
To set up the project as a monorepo:
65
65
66
-
**Prerequisites**
66
+
#### **Prerequisites**
67
67
68
68
- Ensure [Yarn](https://yarnpkg.com/) is installed on your system.
69
69
70
-
**Installation Steps**
70
+
#### **Installation Steps**
71
71
72
72
1.**Clone the Repository**:
73
73
```bash
@@ -91,9 +91,9 @@ To set up the project as a monorepo:
91
91
yarn dev
92
92
```
93
93
This command runs both the backend and frontend servers concurrently, allowing you to develop and test the applications simultaneously.
94
-
```
95
94
96
-
**TODO**
95
+
#### **TODO**
96
+
97
97
The frontend web-build at [thrifthub-frontend](https://thifthub.vercel.app) is currently still consuming a dead heroku backend.
98
98
See [`frontend/src/config.ts`](frontend/src/constants/backend.constants.ts) forthe current backend URL. The new production backend is hosted at [thrifthub-backend](https://thrifthub-backend.onrender.com/) and should be updatedin the `const API_URL` variable.
99
99
@@ -276,7 +276,8 @@ By following these instructions, you can set up and run the project efficiently
276
276
- [Testing](#testing)
277
277
- [Deployment](#deployment)
278
278
- [Credits](#credits)
279
-
-[Acknowledgements](#acknowledgements)
279
+
- [Content and Media](#content-and-media)
280
+
- [Acknowledgments](#acknowledgments)
280
281
- [License](#license)
281
282
282
283
## UX
@@ -671,12 +672,6 @@ The project can be understood as a social network with <em><b>collections</b></e
0 commit comments