Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,20 @@ But it would be only to clean them up, leaving them won't really have any effect

### Automatically

* Activate the backend virtual environment.
* [Activate](../backend/README.md#general-workflow) the backend virtual environment.
* From the top level project directory, run the script:

```bash
./scripts/generate-client.sh
bash ./scripts/generate-client.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without bash command it fails with bash: ./scripts/generate-client.sh: Permission denied on my machine

```

> [!TIP]
> Alternatively, to ensure the virtual environment is used even if it’s not activated, run:
>
> ```bash
> VIRTUAL_ENV=./backend/.venv uv run bash scripts/generate-client.sh
> ```

* Commit the changes.

### Manually
Expand Down