Skip to content

Commit d2d42ac

Browse files
authoredMar 7, 2021
🔒[Docs]: env's added
1 parent 024b275 commit d2d42ac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ npm start
5555
#### this will run your express server in localhost:4000
5656

5757
---
58-
### To run the application, go to the SyntaxMeets folder in the frontend directory and Run
58+
### To run the application, go to the SyntaxMeets folder in the frontend directory
59+
60+
create a new .env file and add following variables
61+
```
62+
REACT_APP_SYNTAXMEETS_BACKEND_API = 'http://localhost:4000/'
63+
REACT_APP_ONLINE_JUDGE_API = YOUR API KEY
64+
```
65+
66+
and Run the application using below commands
5967
```
6068
npm install //install all react dependencies
6169
npm start //runserver

0 commit comments

Comments
 (0)
Please sign in to comment.