[email protected] // see install node
[email protected] // npm install -g firebase-tools
// before all commands run
npm ci
// start locally
npm run start
npm run ngrok // to get url to test mobile version
// deploy
firebase login // if not logged in
npm run deploy