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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-04-24 12:27:19 +0300
committerGitHub <noreply@github.com>2022-04-24 12:27:19 +0300
commit100dfcf5b7ff7de9284a40e019ae86ca7db5088e (patch)
treec9d46f98548576844b0d9b1d318c32c58ff57e94
parentd520749cdef4b4456687e21302d9b5ef81c3a785 (diff)
docs: add Install Node.js and npm
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03151042..c3077f35 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,12 @@ This theme depends on Hugo Modules.
- [Download and install - The Go Programming Language](https://golang.org/doc/install)
+### Install Node.js and npm
+
+This theme depends on `node` and `npm`.
+
+cf. [Installing Node.js via package manager | Node.js](https://nodejs.org/en/download/package-manager/)
+
### Initialize New Hugo Project
Here is [the setup script](https://github.com/peaceiris/hugo-theme-iris/blob/main/scripts/setup.sh).