Prerequisites
Required
- Node.js 18 or later - Shevky requires Node.js 18+ as specified in
@shevky/coreengine requirements. - npm - Comes with Node.js. Used to install packages and run scripts.
Verify Your Environment
node --version # must be v18.x or later
npm --version # any recent versionOptional
- Git - needed if you want version control or if
--initclones a starter template. - A code editor - VS Code or any editor with Markdown and JSON support.