Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 276 Bytes

install-local.md

File metadata and controls

19 lines (13 loc) · 276 Bytes

Install locally

Rather than a global install, like so:

npm install -g @11ty/eleventy

You can install locally into your current project, like so:

npm install --save-dev @11ty/eleventy

Then use npx to run your local project version:

npx eleventy