Commands to Run Prior to Starting the Application
-
Clone project
Sometimes github seems to not agree with ssh keys for this repository.
git clone https://github.com/growTECHConnect/growtech.io.git -
Install Dependencies
cd growtech.io yarn install -
Authenticate with Firebase
This step will require another user to give you permissions to the growTECH firebase console. Then:
firebase loginif behind a proxy you can use the
firebase login --no-localhostflag. -
Use
yarn runto list available scripts:yarn startDev-stagingto run with 'reloading' against growtech-staging database.yarn startDev-productionto run with 'reloading' against growtech-production database.yarn serve-stagingto run with Firebase emulation against growtech-staging database.yarn serve-productionto run with Firebase emulation against growtech-production database.