Before building, make sure Docker is up and running.
$ pnpm install # first time only
$ pnpm prisma:generate # first time only
$ pnpm build
Ensure Docker is running beforehand.
$ pnpm test
Executes E2E tests against the application started with docker compose.
$ pnpm docker-build
$ pnpm docker-compose-up
$ pnpm verify-group-chat # E2E