From c9bba7a6060649a830192d3b1c72a35e045dac57 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 4 Aug 2021 11:13:05 -0400 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63583d4..a037a5a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Originally forked from [WP 73k](https://github.com/apiontek/wp-73k/), itself for 1. Clone or download the project into your `themes` directory (`./wp-content/themes`) 2. Run `composer install` -3. Run `npm install` +3. Run `npm install` if developing 4. Set environment variables for BrowserSyncPlugin to the domain/ports you need (see `webpack.config.js` for variables needed). 5. Run `npm run start` to begin development server, `npm run dev` for simple dev build, `npm run prod` for a production build, or `npm run build` to build both dev & prod concurrently.