mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-02 19:19:30 +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
|
||||
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:
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user