minor edits

This commit is contained in:
Abi Raja 2023-11-19 21:47:27 -05:00
parent 28a05153e9
commit 9670a98fdb

View File

@ -45,16 +45,14 @@ If you prefer to run the backend on a different port, update VITE_WS_BACKEND_URL
## Docker ## Docker
If you have Docker installed on your system, you can get started quickly with: If you have Docker installed on your system, in the root directory, run:
```bash ```bash
echo "OPENAI_API_KEY=sk-your-key" > .env echo "OPENAI_API_KEY=sk-your-key" > .env
docker-compose up -d --build docker-compose up -d --build
``` ```
Application will be up and running at http://localhost:5173 The app will be up and running at http://localhost:5173. Note that you can't develop the application with this setup as the file changes won't trigger a rebuild.
Note that you can't develop the application with this setup as the file changes won't trigger a rebuild.
## 🙋‍♂️ FAQs ## 🙋‍♂️ FAQs