Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
GitNexus Architecture Diagram — Firebase Hosting deploy ======================================================== This folder is a Firebase Hosting project. Firebase Hosting runs on Google Cloud (Firebase is part of GCP) — free tier, HTTPS, global CDN, and a permanent URL like https://<your-project>.web.app. ONE-TIME SETUP (run these in this folder) ----------------------------------------- cd C:\Users\ricky\gitnexus-deploy # 1) Log in with your Google account (opens a browser) npx firebase login # 2) Create a new Firebase project (pick a globally-unique id, e.g. gitnexus-arch-rz) npx firebase projects:create gitnexus-arch-rz --display-name "GitNexus Architecture" # 3) Attach this folder to that project npx firebase use --add gitnexus-arch-rz DEPLOY (run whenever you change the diagram) -------------------------------------------- cd C:\Users\ricky\gitnexus-deploy npx firebase deploy --only hosting Result: your diagram lives at https://gitnexus-arch-rz.web.app https://gitnexus-arch-rz.firebaseapp.com UPDATING THE DIAGRAM -------------------- Edit public/index.html then re-run: npx firebase deploy --only hosting