1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

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

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: