feat: Update web makefile

This commit is contained in:
dhinesh-m24
2026-02-04 11:56:19 +05:30
parent fcb1ddbbb3
commit d3378e4822
3 changed files with 47 additions and 20 deletions

View File

@@ -21,10 +21,13 @@ help:
@echo " KROW Workforce - Available Makefile Commands"
@echo "--------------------------------------------------"
@echo ""
@echo " --- CORE DEVELOPMENT ---"
@echo " make install - Installs web frontend dependencies."
@echo " make dev - Starts the local web frontend server."
@echo " make build - Builds the web frontend for production."
@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 ""
@echo " --- MOBILE APP DEVELOPMENT ---"