Quick start
Requirements
Section titled “Requirements”Use Node.js 24 LTS (Node.js 22.12 or newer is supported) and npm 9.6.5 or newer.
Build the examples
Section titled “Build the examples”git clone https://github.com/Refueled/kitchook.gitcd kitchooknpm ci --ignore-scriptsnpm testnpm run buildnpm run previewOpen the local address printed by npm run preview. The static site is in dist/.
Build your own collection
Section titled “Build your own collection”Create a content directory containing instance.config.json and recipes/, then build it without changing KitchooK! source:
KITCHOOK_CONTENT_DIR=/absolute/path/to/my-cookbook npm run buildRead local source builds for the recipe folder and full validation contract, or use the versioned builder container without installing dependencies.