From 7d3185708cfe50a922313d02e2a6ea7cced4a64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:11:38 -0500 Subject: [PATCH] adding instrucction for web free? --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 9bca6ce7..71c83e6a 100644 --- a/Makefile +++ b/Makefile @@ -208,6 +208,11 @@ deploy-admin-full: deploy-admin configure-iap-admin @echo "✅ Admin Console deployed and IAP configured successfully!" +# --- Frontend Web Free --- +free-dev: dataconnect-sync + @echo "--> Starting free web development server on http://localhost:5174 ..." + @cd frontend-web-free && npm run dev -- --port 5174 + # --- Cloud IAP Configuration --- configure-iap-launchpad: @echo "--> Configuring IAP for Cloud Run service [$(CR_LAUNCHPAD_SERVICE_NAME)]..."