Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 24, 2024
1 parent 9092b50 commit 80f5d43
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 80f5d43

Please sign in to comment.