app-deployment

Deploy the MU Accounting app to Firebase Hosting with automated build steps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/captazm/MU-Accounting --skill app-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-deployment
Source: https://github.com/captazm/MU-Accounting/tree/main/.agents/skills/app-deployment
Command: npx skills add https://github.com/captazm/MU-Accounting --skill app-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying the MU Accounting app to Firebase Hosting reduces manual setup and ensures a production-ready hosting environment with proper routing and asset deployment.

Core Features & Use Cases

  • One-click deployment workflow: Initialize hosting, build assets, and deploy to a live URL for mu-accounting.
  • Production-ready hosting: Configures Firebase Hosting with a single-page app setup and optimized build outputs.
  • Use Case: When pushing a new release, run the workflow to publish to https://mu-accounting.web.app and verify the deployment.

Quick Start

Run the deployment by installing Firebase CLI, initializing hosting for the mu-accounting project, then executing npm run build and firebase deploy.

Frequently Asked Questions about app-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an app to Firebase Hosting?

To deploy an app to Firebase Hosting, install the Firebase CLI, initialize hosting for your project, configure the public directory, build production assets, and run firebase deploy to publish to a live URL.

What steps are required to configure Firebase Hosting for a single-page app?

Configuring Firebase Hosting for a single-page app requires initializing the project, selecting the correct public directory, and enabling single-page app routing to ensure client-side navigation works without server-side redirects.

Do I need to install the Firebase CLI before deploying my build?

Yes, installing the Firebase CLI is a prerequisite to deploy your build, as it provides the necessary commands to initialize hosting, select the correct project, and execute the deployment workflow.

What's the best way to automate building and deploying production assets to Firebase?

Automating deployment involves running a workflow that executes npm run build to generate production assets and then runs firebase deploy, ensuring optimized outputs are published to the live hosting URL.

Why does my single-page app routing break after publishing to Firebase Hosting?

Single-page app routing breaks when hosting is not properly configured; enabling the single-page app option during Firebase initialization rewrites all URLs to index.html, fixing client-side route resolution.

Can I deploy the MU Accounting project to Firebase Hosting without manual setup?

Yes, deploying the MU Accounting project automates manual setup by initializing hosting, building production assets, and publishing to https://mu-accounting.web.app through a one-click deployment workflow.