Skip to content

Blog

simple-engine is on npm

Install Simple Engine from the npm registry — init a site in one command with npx.

Simple Engine 2.0 is published on the npm registry as simple-engine.

You can scaffold a new site without a global install:

npx simple-engine@latest init my-site
cd my-site
npm install
npm run dev

Or add it to an existing project:

npm install simple-engine --save-dev

Pin a major version when you want a stable range:

npm install simple-engine@2 --save-dev
npx simple-engine@2 --version

Start with Getting started if you’re new to the tool.