We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d32f5e commit 438ef43Copy full SHA for 438ef43
1 file changed
README.md
@@ -139,6 +139,7 @@ Since the local app uses OpenAI models, you should first deploy it for the optim
139
cd src/frontend
140
npm install
141
npm run build
142
+ cd ..
143
```
144
145
There must be an initial build of static assets before running the backend, since the backend serves static files from the `src/static` directory.
0 commit comments