From bfc72710cafcc20f65cd991c875dd9dc3fe2c240 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 9 Sep 2025 14:06:21 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20readme=20for=20?= =?UTF-8?q?dev=20start=20steps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 964fd14..8f24992 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,9 @@ The theme includes a simple build system in the bin directory: 5. Start building your project. + - Run `npm run build` to build the basic styles. + - Run `npm run start` to start the development server with live reloading. + - Activate the theme in your WordPress admin. - (Optional) Import the sample content from `content`. ### Sart Development Server