danurbanowicz / eleventy-netlify-boilerplate

A template for building a blog with the Eleventy static site generator and Decap CMS
https://eleventy-netlify-boilerplate.netlify.app/
MIT License
528 stars 183 forks source link

Add serve command to readme and package.json #64

Closed TylerMRoderick closed 3 years ago

TylerMRoderick commented 3 years ago

As someone new to Eleventy as a whole, not having the npx eleventy --serve command mentioned in the readme was a bit confusing and it wasn't until I looked at the official 11ty/eleventy-base-blog and saw this pr that I discovered how to run everything locally.

I think the same addition would be useful in this repo to clear things up for new users.

danurbanowicz commented 3 years ago

Well spotted @TylerMRoderick, thank you for doing this!