docs: Add PowerShell example for running web client only (#17546)

Add PowerShell example for running web client only
This commit is contained in:
Rudhra Raveendran 2025-04-11 14:02:21 -07:00 committed by GitHub
parent 25f2b9602f
commit 40e3322b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,13 @@ If you only want to do web development connected to an existing, remote backend,
IMMICH_SERVER_URL=https://demo.immich.app/ npm run dev
```
If you're using PowerShell on Windows you may need to set the env var separately like so:
```powershell
$env:IMMICH_SERVER_URL = "https://demo.immich.app/"
npm run dev
```
#### `@immich/ui`
To see local changes to `@immich/ui` in Immich, do the following: