this is for getting started with dapr monorepo onboarding.
yarn install --frozen-lockfile
yarn dev
# or
docker compose -f docker-compose.dev.yaml up -d
# rebuild
docker compose -f docker-compose.dev.yaml up --build -dyarn install --frozen-lockfile
yarn build
yarn start