Skip to content

Commit

Permalink
docs: fix web development setup instructions (#6969)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored Feb 8, 2024
1 parent b74c84e commit 2010c92
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/docs/developer/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ Please refer to the [Flutter's official documentation](https://flutter.dev/docs/

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
1. Build the Immich SDK - `cd open-api/typescript-sdk && npm i && npm run build && cd -`
2. Enter the web directory - `cd web/`
3. Install web dependencies - `npm i`
4. Start the web development server

```
IMMICH_SERVER_URL=https://demo.immich.app/api npm run dev
```bash
IMMICH_SERVER_URL=https://demo.immich.app/ npm run dev
```

## IDE setup
Expand Down

0 comments on commit 2010c92

Please sign in to comment.