mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-11 00:20:55 +02:00
added shell command for windows (#194)
This commit is contained in:
parent
55adde5e27
commit
62afbcb178
@ -119,6 +119,11 @@ To start the frontend, navigate to `danswer/web` and run:
|
|||||||
```bash
|
```bash
|
||||||
DISABLE_AUTH=true npm run dev
|
DISABLE_AUTH=true npm run dev
|
||||||
```
|
```
|
||||||
|
_for Windows, run:_
|
||||||
|
```bash
|
||||||
|
$env:DISABLE_AUTH = "true"; npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
The first time running Danswer, you will need to run the migrations. Navigate to `danswer/backend` and run:
|
The first time running Danswer, you will need to run the migrations. Navigate to `danswer/backend` and run:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user