# OmegaX Node Backend Starter

Read-only starter for health apps, hospital/provider backends, and integration
services.

```bash
npm install
npm run typecheck
npm run build
npm run smoke
```

Run a local status endpoint:

```bash
npm run start
```
