commit
7ab7366441
@ -46,25 +46,25 @@ npm install
|
|||||||
### 5. Run Eleventy
|
### 5. Run Eleventy
|
||||||
|
|
||||||
```
|
```
|
||||||
npx eleventy
|
npx @11ty/eleventy
|
||||||
```
|
```
|
||||||
|
|
||||||
Or build and host locally for local development
|
Or build and host locally for local development
|
||||||
|
|
||||||
```
|
```
|
||||||
npx eleventy --serve
|
npx @11ty/eleventy --serve
|
||||||
```
|
```
|
||||||
|
|
||||||
Or build automatically when a template changes:
|
Or build automatically when a template changes:
|
||||||
|
|
||||||
```
|
```
|
||||||
npx eleventy --watch
|
npx @11ty/eleventy --watch
|
||||||
```
|
```
|
||||||
|
|
||||||
Or in debug mode:
|
Or in debug mode:
|
||||||
|
|
||||||
```
|
```
|
||||||
DEBUG=* npx eleventy
|
DEBUG=* npx @11ty/eleventy
|
||||||
```
|
```
|
||||||
|
|
||||||
### Implementation Notes
|
### Implementation Notes
|
||||||
|
Loading…
Reference in New Issue
Block a user