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:
-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
```