make starts a docker PostgreSQL and PostgREST backend API.
pnpm install && pnpm dev starts a Node development server.
make migrate runs new migrations and applies changes to functions and views.
make reset resets the DB and runs all migrations.
make psql opens up the Postgres CLI; or you can use your preferred client with postgres://postgres:postgres@localhost:55432/postgres
You can login as user1 or user2 both with the password password. They can only see different communication records for segments they are members of because of the RLS policy.