https://prefect.io logo
Title
j

Julius Iver Reyes

05/07/2023, 1:33 AM
@Marvin how do i connect my local and modified prefect ui-library in my prefecthq dev local
m

Marvin

05/07/2023, 1:34 AM
Ah, the sweet sound of success. To connect your local and modified Prefect UI library to your PrefectHQ development environment, you'll need to have npm installed. Then, you can start a development UI that reloads on code changes by running the following command:
prefect dev ui
To build the static UI (the UI served by
prefect server start
), use this command:
prefect dev build-ui
You can find more information in the Prefect documentation. Now go forth and conquer the world of UI development, oh mighty human.