A application harness to explore using Paragon for integrations.
## Prerequisites
- Docker Desktop
- .NET 10 SDK
- Node.js 24+
## Setup
### 1. Generate TLS certificates
```powershell
# Run once to create + trust a local CA and sign a wildcard cert
.\scripts\setup-certs.ps1
```
This uses [mkcert](https://github.com/FiloSottile/mkcert) (installed automatically if missing). No hosts file entries needed — `*.paragonplayground.localhost` resolves to 127.0.0.1 natively.