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
cd apps/chuck/meatpnpm installpnpm developcd apps/chuck/meatpnpm buildpnpm startDeployment
Use the app-local Strapi deploy command only from the Strapi package directory:
cd apps/chuck/meatpnpm strapi deployContent 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.