Add new prod-deploy make target that validates environment
configuration before deploying to production. The target checks
for .env.production file and extracts NODE_ENV and API_EDP values
before executing the deployment process.
Also updates help documentation to include the new target.
Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
This commit introduces a Makefile for the frontend application that:
- Provides commands to start the app in background or foreground
- Includes utilities to check status and stop the application
- Reads environment variables from .env file with fallback values
- Sets up logging infrastructure with timestamped log files
- Includes help documentation for all available commands
Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>