Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1010 Bytes

File metadata and controls

34 lines (22 loc) · 1010 Bytes

Development Setup

Generating new SSH keys

  1. Generate new SSH key
  2. Add it to GitHub: gh ssh-key add ~/.ssh/id_ed25519.pub --type signing

Generating new GPG key

  1. Generate new GPG key
  2. Add it to git config: git config --global user.signingkey <YOUR_GPG_KEY_ID>
  3. Add it to GitHub

Poetry

pipx install poetry

Postgres

NOTE: Only use this if not running via Docker

  1. brew install postgresql
  2. brew services start postgres

GCloud

Make sure the cloud-sql-proxy is installed: brew install cloud-sql-proxy

gcloud auth application-default login
gcloud auth login