Update Makefile
This commit is contained in:
27
Makefile
27
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 " ────────────────────────────────────────────────────────────────────"
|
||||
|
||||
Reference in New Issue
Block a user