From 85e22416b48d0110b2621366dc4f1c2147e1714e Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Mon, 18 Mar 2024 11:32:33 +0100 Subject: [PATCH] fix: update developer section of README Fixes #567 Signed-off-by: Jeff MAURY --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0bc8ca8f5..37d5d3112 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ To install a development version, use the `:nightly` tag as shown in the recordi ## Running in development mode +From the AI Studio packages/frontend folder: + +``` +$ yarn watch +``` + +If you are not live editing the frontend package, you can just run (from the AI Studio sources folder): + +``` +$ yarn build +``` + From the Podman Desktop sources folder: ```