Merge pull request #26 from dhoman/master

readme update to include how to host using local webserver for develo…
master
Zach Leatherman 2019-02-10 19:22:39 -06:00 committed by GitHub
commit 5c2a07f364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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