diff --git a/website/developer-docs/setup/full-dev-environment.md b/website/developer-docs/setup/full-dev-environment.md index 1208a1814..ca4f10463 100644 --- a/website/developer-docs/setup/full-dev-environment.md +++ b/website/developer-docs/setup/full-dev-environment.md @@ -39,7 +39,7 @@ Run `make gen` to generate an updated OpenAPI document for any changes you made. By default, no compiled bundle of the frontend is included so this step is required even if you're not developing for the UI. -To build the UI once, run `web-build`. +To build the UI once, run `make web-build`. Alternatively, if you want to live-edit the UI, you can run `make web-watch` instead. This will immediately update the UI with any changes you make so you can see the results in real time without needing to rebuild.