mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
docs: Add PowerShell example for running web client only (#17546)
Add PowerShell example for running web client only
This commit is contained in:
parent
25f2b9602f
commit
40e3322b25
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user