diff --git a/README.md b/README.md index 1f3eaee..2751471 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To start the development server run `nx serve frontend`. Open your browser and n Run all services: ``` +sudo docker-compose up -d nx run-many --parallel --target=serve --projects=agw,ods,frontend ``` @@ -49,6 +50,9 @@ graph TD; frontend-e2e-->frontend; frontend-->agw; ods-e2e-->ods + agw-->kafka-log + kafka-log-->ods + kafka-->zookeeper ``` ## Generate code