بنقرة واحدة
framework
Next.js, Tailwind v4, PostCSS, package scripts, and image optimization configuration for kickstart-next.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Next.js, Tailwind v4, PostCSS, package scripts, and image optimization configuration 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.
Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership 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 | framework |
| description | Next.js, Tailwind v4, PostCSS, package scripts, and image optimization configuration for kickstart-next. |
next/image.dev: next devbuild: next buildstart: next startlint: eslint .@contentstack/delivery-sdk, @contentstack/live-preview-utils, @timbenniks/contentstack-endpoints, isomorphic-dompurify.@tailwindcss/postcss, TypeScript 5, ESLint 9, eslint-config-next 16.images.remotePatterns:
NEXT_PUBLIC_CONTENTSTACK_IMAGE_HOSTNAME is set, a single pattern uses that hostname.images.contentstack.io and *-images.contentstack.com (wildcard subdomain).next/image must be added here (or supplied via the env hostname above).@tailwindcss/postcss plugin (Tailwind v4 pipeline).@import "tailwindcss" and an @layer base block documenting Tailwind v4 border defaults and global body / a rules. New global styles should stay consistent with this setup.npm run build produces the Next production bundle; npm run start serves it. There are no custom native binaries or non-npm packaging steps in this repo.