Create docker containers for local development. This will setup a local Postgres database, etc.
yarn setup:local
# You may shutdown the containers with:
yarn shutdown:local
yarn install
yarn workspace @lemma/prisma-client generate # Generate @prisma/client with the schema
yarn workspace @lemma/prisma-client migrate:local # Apply the schema to the local database
yarn workspace @lemma/http start:dev
yarn workspace @lemma/app dev