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.example to .env and fill in values from your Contentstack stack (see product README.md).
  • Required variables use the NEXT_PUBLIC_CONTENTSTACK_* prefix; see .env.example for names.

Contentstack stack

Installs
1
GitHub Stars
2
First Seen
7 days ago
dev-workflow — contentstack/kickstart-next