Skip to content

Commit 58c9966

Browse files
committed
Fix TOC and remove menotring in README.md
1 parent fee7b23 commit 58c9966

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Diff for: README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ To streamline the setup process, several scripts are provided to configure and r
6363
### Setup Instructions
6464
To set up the project as a monorepo:
6565

66-
**Prerequisites**
66+
#### **Prerequisites**
6767

6868
- Ensure [Yarn](https://yarnpkg.com/) is installed on your system.
6969

70-
**Installation Steps**
70+
#### **Installation Steps**
7171

7272
1. **Clone the Repository**:
7373
```bash
@@ -91,9 +91,9 @@ To set up the project as a monorepo:
9191
yarn dev
9292
```
9393
This command runs both the backend and frontend servers concurrently, allowing you to develop and test the applications simultaneously.
94-
```
9594

96-
**TODO**
95+
#### **TODO**
96+
9797
The frontend web-build at [thrifthub-frontend](https://thifthub.vercel.app) is currently still consuming a dead heroku backend.
9898
See [`frontend/src/config.ts`](frontend/src/constants/backend.constants.ts) for the current backend URL. The new production backend is hosted at [thrifthub-backend](https://thrifthub-backend.onrender.com/) and should be updated in the `const API_URL` variable.
9999

@@ -276,7 +276,8 @@ By following these instructions, you can set up and run the project efficiently
276276
- [Testing](#testing)
277277
- [Deployment](#deployment)
278278
- [Credits](#credits)
279-
- [Acknowledgements](#acknowledgements)
279+
- [Content and Media](#content-and-media)
280+
- [Acknowledgments](#acknowledgments)
280281
- [License](#license)
281282
282283
## UX
@@ -671,12 +672,6 @@ The project can be understood as a social network with <em><b>collections</b></e
671672
#### DRF with React/NextJS frontend References
672673
- [Next JS | Django Rest Framework - Build an ecommerce store](https://www.youtube.com/watch?v=AuRmc9OTC1s)
673674
674-
675-
### Mentoring
676-
- Aaron Sinnot
677-
- Code Institute tutors
678-
- Fellow Code Institute students
679-
680675
## License
681676
[MIT License](/LICENSE) Copyright (c) 2021 Joem Elias Sanez
682677

0 commit comments

Comments
 (0)