Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 328 Bytes

File metadata and controls

21 lines (16 loc) · 328 Bytes

DEPENDENCIES

node@20.15.0             // see install node
firebase-tools@13.13.0   // npm install -g firebase-tools

Commands

// 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