From 27e7988cd859a06241a32f16d18c99ac81c26cc8 Mon Sep 17 00:00:00 2001 From: dhoman Date: Sun, 10 Feb 2019 12:15:20 -0700 Subject: [PATCH] readme update to include how to host using local webserver for development purposes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 62624c2..0b0ea5e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ npm install npx eleventy ``` +Or build and host locally for local development +``` +npx eleventy --serve +``` + Or build automatically when a template changes: ``` npx eleventy --watch