From c2a488fc8a57432386361ad0a64d1d36e1ec08a3 Mon Sep 17 00:00:00 2001 From: Claudia Reynders <> Date: Sat, 30 Apr 2022 19:52:03 +0200 Subject: [PATCH] updated readme --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f286090..35fe80d 100644 --- a/README.md +++ b/README.md @@ -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 ``` - ### 2. Navigate to the directory ``` @@ -42,20 +41,15 @@ npm install ### 5. Run Eleventy ``` -npx eleventy +npm start ``` -Or build and host locally for local development -``` -npx eleventy --serve -``` - -Or build automatically when a template changes: -``` -npx eleventy --watch -``` - -Or in debug mode: +In debug mode: ``` DEBUG=* npx eleventy +``` + +To build +``` +npm run build ``` \ No newline at end of file