Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2021-08-05 05:43:43 +0300
committerjimfrenette <jimfrenette@yahoo.com>2021-08-05 05:43:43 +0300
commited81461deb5c7a22ea5529a8ae55fe22d8f044a8 (patch)
tree44d2c95177bc9b40773cb68ac0a3a49381677a45
parent7de4be78ff0ab22fe32b94b6021e6898ac6b848c (diff)
ui build requires node v12+HEADmaster
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 20ec646..fb05aff 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Preview the site, e.g., [`localhost:1313`](http://localhost:1313/)
## Webpack Dev UI
-Install node modules
+Install node modules - Requires Node v12 (lts/erbium)
```
cd www/themes/starter
@@ -36,7 +36,7 @@ Unminified development build with sourcemaps
```
cd www/themes/starter
-
+
npm run dev
```
@@ -44,7 +44,7 @@ Build for production with npm run build. CSS and JavaScript files will be output
```
cd www/themes/starter
-
+
npm run build
```