From 80f5d434629f40cb19251b081f8dfde57b10ecac Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 23 May 2024 18:17:36 -0700 Subject: [PATCH] Update README. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bdf674..957a74d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ The first service to receive API requests -## Local Dev +## Local Development ### Golang +Install Golang: + https://go.dev/doc/install +Install go packages + +`go get` + ### Supabase Install [Supabase Cli](https://supabase.com/docs/guides/cli/getting-started) @@ -31,9 +37,6 @@ These are needed for authenticating Firebase JWT token auth + calling other GCP When testing login with registry, use this: `gcloud config set project dreamboothy-dev` -When testing workspace / VM creation, use this: -`gcloud config set project dreamboothy` - `gcloud auth application-default login` If you are testing creating a node, you need to impersonate a service account because it requires signing cloud storage urls.