Skip to content

Files

Latest commit

 

History

History

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Functions for GA Demos

Deploy to production

  1. From the top-level, run the following command:

    yarn check-config --all
    

    This will make sure that all required values are deploy correctly. We use [functions.config()] to get configuration values that are set from the previous command.

  2. Navigate to the ./functions directory

  3. nvm use 12

    Use nvm to switch your current version of node to the same one in the engines section of package.json.

  4. npm install

  5. npm run deploy

Run locally

  1. nvm use 12
  2. npm install
  3. npm run serve