Frontend Setup

Prerequisites

PostgreSQL

Install PostgreSQL client

The server will be running in Docker.

brew install postgresql
brew install pgcli

Install jq

Used by the frontend build

brew install jq