Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,9 @@ However, you are only allowed to say one word at the time, taking turns with ano
|
|
| 15 |
|
| 16 |
## Develop locally
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
|
| 20 |
```
|
| 21 |
npm i
|
|
|
|
| 15 |
|
| 16 |
## Develop locally
|
| 17 |
|
| 18 |
+
You need Node.js and npm installed on your system.
|
| 19 |
+
|
| 20 |
+
Add a .env file with `VITE_MISTRAL_API_KEY=xxx` to query Mistral LLM from your local environment.
|
| 21 |
|
| 22 |
```
|
| 23 |
npm i
|