Quick Start
This platform runs on AWS resources — DynamoDB, Cognito, Bedrock, and AgentCore — so there’s no offline “run it in five minutes” mode. The fastest real path is to deploy once, then develop locally against that environment.
1. Deploy a stack
Section titled “1. Deploy a stack”Fork the repository, wire up your AWS credentials and a handful of GitHub variables, and run the deploy workflows. The Deployment section walks the whole sequence — most of the ~45 minutes is AWS provisioning, not hands-on work.
When it’s done you’ll have a working environment: a frontend URL, an API, and the SSM parameters that local development reads its configuration from.
2. Run locally against it
Section titled “2. Run locally against it”With a stack deployed (yours or a shared development environment), run the
backend and the Angular SPA on your machine, pointed at that environment’s
resources. The Local Development
page covers installing dependencies, configuring .env from SSM, and starting
the services.
Where to go next
Section titled “Where to go next”- Architecture Overview — how the agents, APIs, and infrastructure fit together.
- Deployment Overview — stand up your own stack.
- Local Development — develop against a deployed environment.