Merge pull request #26 from dhoman/master
readme update to include how to host using local webserver for develo…
This commit is contained in:
commit
5c2a07f364
@ -41,6 +41,11 @@ npm install
|
|||||||
npx eleventy
|
npx eleventy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or build and host locally for local development
|
||||||
|
```
|
||||||
|
npx eleventy --serve
|
||||||
|
```
|
||||||
|
|
||||||
Or build automatically when a template changes:
|
Or build automatically when a template changes:
|
||||||
```
|
```
|
||||||
npx eleventy --watch
|
npx eleventy --watch
|
||||||
|
Loading…
Reference in New Issue
Block a user