This project was generated with Angular CLI version 9.1.4.
nvm use
npm ci
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
To run the project locally you will need to download a JSON key from a service account in the GCP project and save it locally. Then export the path to the file as GOOGLE_APPLICATION_CREDENTIALS, typically in your .bashrc or .zshrc file. For example:
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/credentials.json"
npm run dev
and hit localhost:4200
.