Skip to content

Commit 1fe13d1

Browse files
authored
Update README.md
1 parent 53b64c3 commit 1fe13d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ There are two ways to setup the project: manually or using the Dockerfile. Read
4343
```
4444

4545
2. Setup the backend code -
46+
47+
__NOTE:__ For Frontend Developers, if they dont want to setup the Backend Code, they can skip the Step 2, and make sure they follow the optional step mentioned in Step 4
4648

4749
- Create a `.env` file and the format should be as given in `.env.example`.
4850
- Clone the code & install the modules-
@@ -76,6 +78,11 @@ There are two ways to setup the project: manually or using the Dockerfile. Read
7678
```
7779
7880
- Run the client index `npm start`.
81+
82+
__OPTIONAL (Recommended For Frontend Developers):__ Can just change the path [here](https://github.com/Mayank0255/Stackoverflow-Clone-Frontend/blob/53b64c37981c618802547cd17483525532de83f0/src/config/index.js#L6) to this `https://stackoverflow-clone-backend.herokuapp.com`
83+
Now, it will hit PROD
84+
85+
Let me know if you are interested and would want me to assign it to you
7986
8087
### Docker Setup
8188

0 commit comments

Comments
 (0)