We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e81bc48 + 250657d commit 9c95cd9Copy full SHA for 9c95cd9
2 files changed
README.md
@@ -39,9 +39,8 @@ FlowTest has 2 major components -
39
3. Install all dependencies of all modules:
40
```bash
41
npm install
42
- cd server && npm install
43
```
44
-4. Rename .env.example to .env and enter your cerdentials, for instance
+4. Rename `.env.example` to `.env` and enter your cerdentials, for instance
45
46
OPENAI_API_KEY={API_KEY_VALUE}
47
PORT=3500
package.json
@@ -27,7 +27,8 @@
27
"start": "npm run build && cd server && npm start",
28
"build": "react-scripts build",
29
"test": "react-scripts test",
30
- "eject": "react-scripts eject"
+ "eject": "react-scripts eject",
31
+ "postinstall": "cd server && npm install"
32
},
33
"eslintConfig": {
34
"extends": [
0 commit comments