Skip to content

Chuck Meat

Chuck Meat

Responsibility

Chuck Meat is the Strapi application that backs the Chuck CMS. It serves CMS-managed content over HTTP to Brisket.

Working Directory

Run Strapi package commands from apps/chuck/meat/.

Local Commands

Terminal window
cd apps/chuck/meat
pnpm install
pnpm develop
Terminal window
cd apps/chuck/meat
pnpm build
pnpm start

Deployment

Use the app-local Strapi deploy command only from the Strapi package directory:

Terminal window
cd apps/chuck/meat
pnpm strapi deploy

Content Model Notes

Keep durable content model and Brisket integration notes in this docs site. Keep generated Strapi admin artifacts and local setup details inside apps/chuck/meat/ when they must live beside the Strapi app.

Integration Notes

Brisket consumes Chuck CMS content over HTTP. Changes to content types, public permissions, or media providers should be checked against the Brisket code paths that render CMS-backed content before deployment.

Environment

Environment setup is app-local. Verify database, upload provider, email provider, and any public URL settings before running pnpm develop, pnpm start, or deployment commands.