mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: run web (only) with remote backend (#2196)
This commit is contained in:
parent
ab5b92ae68
commit
1f17720be2
2 changed files with 25 additions and 0 deletions
|
|
@ -43,6 +43,18 @@ The mobile app `(/mobile)` will required Flutter toolchain to be installed on yo
|
|||
|
||||
Please refer to the [Flutter's official documentation](https://flutter.dev/docs/get-started/install) for more information on setting up the toolchain on your machine.
|
||||
|
||||
### Connect to a remote backend
|
||||
|
||||
If you only want to do web development connected to an existing, remote backend, follow these steps:
|
||||
|
||||
1. Enter the web directory - `cd web/`
|
||||
2. Install web dependencies - `npm i`
|
||||
3. Start the web development server
|
||||
|
||||
```
|
||||
PUBLIC_IMMICH_SERVER_URL=https://demo.immich.app/api npm run dev
|
||||
```
|
||||
|
||||
## IDE setup
|
||||
|
||||
### Lint / format extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue