This repo is hosted in GitHub:
- owner: octodemo
- repo: copilot_agent_mode-urban-waddle
The complete architecture is described in the Architecture Document.
Refer to build instructions for detailed build instructions.
Every time you change the code, make sure that the code compiles by running:
npm run buildTo run the unit tests for the API, run:
npm run test:api