Skip to content

Commit

Permalink
Add PowerShell development setup instruction (asreview#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeenDuco authored Nov 2, 2023
1 parent 34293fc commit a382a51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ set FLASK_DEBUG=1
asreview lab
```

Note, when working with PowerShell use

```
$env:FLASK_DEBUG = "1"
asreview lab
```

**Important**: Ignore `localhost:5000`, because this is not relevant for the
development version, which will run on `localhost:3000`.

Expand Down

0 comments on commit a382a51

Please sign in to comment.