diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dabb58e8f5..d54f61064b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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