growTECHConnect / growtech.io

website and directory
0 stars 1 forks source link

growtech.io

Getting Started

Commands to Run Prior to Starting the Application

  1. Clone project

    Sometimes github seems to not agree with ssh keys for this repository.

    git clone https://github.com/growTECHConnect/growtech.io.git
  2. Install Dependencies

    cd growtech.io 
    yarn install
  3. 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.

  4. Use yarn run to list available scripts:

    1. yarn startDev-staging to run with 'reloading' against growtech-staging database.
    2. yarn startDev-production to run with 'reloading' against growtech-production database.
    3. yarn serve-staging to run with Firebase emulation against growtech-staging database.
    4. yarn serve-production to run with Firebase emulation against growtech-production database.

Using Firebase:

Hosted on Firebase at the following app urls:

Firebase CLI