dev-workflow
Installation
SKILL.md
Dev workflow – kickstart-next
When to use
- You are cloning the repo, running it locally, or opening a pull request.
- You need to know what runs in CI versus what you must run locally.
Instructions
Local setup
- Install dependencies with
npm install. - Copy
.env.exampleto.envand fill in values from your Contentstack stack (see product README.md). - Required variables use the
NEXT_PUBLIC_CONTENTSTACK_*prefix; see.env.examplefor names.