updated readme

This commit is contained in:
Claudia Reynders 2022-04-30 19:52:03 +02:00
parent d524e98843
commit c2a488fc8a
1 changed files with 7 additions and 13 deletions

View File

@ -23,7 +23,6 @@ If the listed setup is not what you require, you might want to check out one of
git clone https://github.com/mangamaui/eleventy-not-so-minimal-blog-starter.git your-blog-name git clone https://github.com/mangamaui/eleventy-not-so-minimal-blog-starter.git your-blog-name
``` ```
### 2. Navigate to the directory ### 2. Navigate to the directory
``` ```
@ -42,20 +41,15 @@ npm install
### 5. Run Eleventy ### 5. Run Eleventy
``` ```
npx eleventy npm start
``` ```
Or build and host locally for local development In debug mode:
```
npx eleventy --serve
```
Or build automatically when a template changes:
```
npx eleventy --watch
```
Or in debug mode:
``` ```
DEBUG=* npx eleventy DEBUG=* npx eleventy
``` ```
To build
```
npm run build
```