We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b275 commit d2d42acCopy full SHA for d2d42ac
README.md
@@ -55,7 +55,15 @@ npm start
55
#### this will run your express server in localhost:4000
56
57
---
58
-### To run the application, go to the SyntaxMeets folder in the frontend directory and Run
+### 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
67
```
68
npm install //install all react dependencies
69
npm start //runserver
0 commit comments