From bbaf4684e49b53ca199f9b2e9128a70f7b37b4e4 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Wed, 4 Feb 2026 15:27:07 -0500 Subject: [PATCH] Update Makefile --- Makefile | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 49176fbc..e6e35bbf 100644 --- a/Makefile +++ b/Makefile @@ -21,20 +21,21 @@ help: @echo " 🚀 KROW Workforce - Available Makefile Commands" @echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" @echo "" - @echo " --- WEB APP DEVELOPMENT ---" - @echo " make web-install - Installs web frontend dependencies." - @echo " make web-info - List web development commands." - @echo " make web-dev - Starts the local web frontend server." - @echo " make web-build - Builds the web frontend for production (ENV=dev|staging)." - @echo " make web-lint - Runs linter for web frontend." - @echo " make web-preview - Previews the web frontend build." - @echo " make launchpad-dev - Starts the local launchpad server (Firebase Hosting emulator)." - @echo " 📦 WEB FRONTEND (internal/api-harness)" + @echo " 📦 WEB FRONTEND (apps/web)" @echo " ────────────────────────────────────────────────────────────────────" - @echo " make install Install web frontend dependencies" - @echo " make dev Start local web frontend dev server" - @echo " make build Build web frontend for production" - @echo " make deploy-app [ENV=dev] Build and deploy web app (dev/staging/prod)" + @echo " make web-install Install web frontend dependencies" + @echo " make web-info List web development commands" + @echo " make web-dev Start local web frontend dev server" + @echo " make web-build [ENV=dev] Build web frontend for production (dev/staging)" + @echo " make web-lint Run linter for web frontend" + @echo " make web-preview Preview web frontend build" + @echo " make web-deploy [ENV=dev] Build and deploy web app (dev/staging)" + @echo "" + @echo " Aliases:" + @echo " make install → web-install" + @echo " make dev → web-dev" + @echo " make build → web-build" + @echo " make deploy-app → web-deploy" @echo "" @echo " 🏠 LAUNCHPAD (internal/launchpad)" @echo " ────────────────────────────────────────────────────────────────────"