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 login
if behind a proxy you can use the firebase login --no-localhost
flag.
Use yarn run
to list available scripts:
yarn startDev-staging
to run with 'reloading' against growtech-staging database.yarn startDev-production
to run with 'reloading' against growtech-production database.yarn serve-staging
to run with Firebase emulation against growtech-staging database.yarn serve-production
to run with Firebase emulation against growtech-production database.