# Install everything
npm install
# Or install only one demo/exercise
npm install --workspace lesson-10-multi-agent-orchestration/demoRun a specific demo/exercise from the repo root:
npm run --workspace lesson-10-multi-agent-orchestration/demo startYou can also cd into a demo/exercise folder and run npm start after the root install.