app-deployment
Installation
SKILL.md
App Deployment Workflow
This workflow explains how to build the application and deploy it to Firebase Hosting for live production use.
1. Prerequisites
- Ensure you have the Firebase CLI installed. If not, install it via:
npm install -g firebase-tools - Ensure you are logged into the correct Firebase account:
firebase login
2. Initialize Firebase (If not done already)
- Run
firebase initin the project root. - Select Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys.
- Select the
mu-accountingproject. - Set the public directory to
build. - Configure as a single-page app: Yes.