بنقرة واحدة
dev-workflow
Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
PR checklist and severity guidance for kickstart-next contributions.
Contentstack Delivery SDK, live preview, getPage, env overrides, and content model alignment for kickstart-next.
Next.js, Tailwind v4, PostCSS, package scripts, and image optimization configuration for kickstart-next.
App Router structure, React components, client vs server, and rendering patterns in kickstart-next.
Test layout and policy for kickstart-next—currently no automated tests; credentials and CI context.
TypeScript compiler options, ESLint setup, and Contentstack entry typing conventions for kickstart-next.
| name | dev-workflow |
| description | Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next. |
npm install..env.example to .env and fill in values from your Contentstack stack (see product README.md).NEXT_PUBLIC_CONTENTSTACK_* prefix; see .env.example for names.npm install -g @contentstack/cli), configure region if prompted, and log in (csdx auth:login).csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<YOUR_ORG_ID>" -n "Kickstart Stack" (details in README.md).npm run dev, then open http://localhost:3000.npm run build then npm run start.npm run lint before pushing; there is no GitHub Actions workflow that runs ESLint for this repo.contentstack/sca-policy on pull requests.SECURITY.md and license/year for public repos.npm run build or npm run lint in CI; treat those as developer responsibilities unless a workflow is added later.@contentstack/devex-pr-reviewers (see .github/CODEOWNERS).@contentstack/security-admin..talismanrc file exists; follow your org’s guidance if Talisman is used locally for secret scanning.