Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Staging

Rachel Andrew edited this page May 9, 2023 · 2 revisions

To preview your content locally, follow the steps in README.

To preview your content on a staging firebase instance, first login to Firebase with:

npx firebase login

Log into Firebase via the browser. Then run:

npm run stage

At the end of the staging process, you will get a link to the staging URL in the console. It will look similar to:

https://web-dev-production-1--staging-zh8oqr0r.web.app

The preview will be live by default for 7 days. If you need to take it down before 7 days pass, run:

npm run stage:down

Clone this wiki locally