readme update to include how to host using local webserver for development purposes

master
dhoman 2019-02-10 12:15:20 -07:00
parent e2be85925d
commit 27e7988cd8
1 changed files with 5 additions and 0 deletions

View File

@ -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