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-09-14 03:00:35 +0300
committerGitHub <noreply@github.com>2022-09-14 03:00:35 +0300
commitbd2ee7b9f54f294ba793dc62498d37f808b97964 (patch)
tree3b74decb3535d8fa6fe6317a679776d20009f5aa
parentdc21e3b569a626900da11ae93281c56bc850af07 (diff)
docs: add npm ci
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d3f45fc..087437c6 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ mkdir homepage
wget https://raw.githubusercontent.com/peaceiris/hugo-theme-iris/main/scripts/setup.sh
bash ./setup.sh homepage "your_github_id"
cd homepage
+npm ci
hugo server
```