Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 298 Bytes

File metadata and controls

21 lines (14 loc) · 298 Bytes

AppPack Docs

To build locally, you'll need:

  • Python 3.14
  • uv

Run:

uv sync
make run

Deployment

Deployment is handled by GitHub actions. Push to deploy/prod to trigger,

git push origin main:deploy/prod