Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 289 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 289 Bytes

AppPack Docs

To build locally, you'll need:

  • Python 3.9
  • PDM

Run:

pdm sync
pdm run mkdocs serve

Deployment

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

git push origin main:deploy/prod