feat: Update web makefile
This commit is contained in:
11
Makefile
11
Makefile
@@ -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 ---"
|
||||
|
||||
Reference in New Issue
Block a user