Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Nov 20, 2023
1 parent 28a0515 commit 9670a98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,14 @@ If you prefer to run the backend on a different port, update VITE_WS_BACKEND_URL

## 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
echo "OPENAI_API_KEY=sk-your-key" > .env
docker-compose up -d --build
```

Application 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.
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.

## 🙋‍♂️ FAQs

Expand Down

0 comments on commit 9670a98

Please sign in to comment.