Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 392 Bytes

File metadata and controls

17 lines (12 loc) · 392 Bytes

Setup instructions

# Install everything
npm install

# Or install only one demo/exercise
npm install --workspace lesson-10-multi-agent-orchestration/demo

Run a specific demo/exercise from the repo root:

npm run --workspace lesson-10-multi-agent-orchestration/demo start

You can also cd into a demo/exercise folder and run npm start after the root install.