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 init in the project root.
  • Select Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys.
  • Select the mu-accounting project.
  • Set the public directory to build.
  • Configure as a single-page app: Yes.
Installs
1
First Seen
Jun 16, 2026
app-deployment — captazm/mu-accounting