Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 598 Bytes

cloud-run-typescript-template

Get started quickly with typescript on Google Cloud Run

Development

# Install dependencies
yarn install

# Start dev
yarn dev

Google Cloud Platform

You'll need to setup a GCP project that has access to Google Cloud Run. You should create a service account that has the following roles: Cloud Run Admin and Service Account User.

You'll also need to create a private key for the service account (it should download a JSON file). You'll want to run base64 <path/to/json> and set it as the GOOGLE_APPLICATION_CREDENTIALS secret in GitHub.