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

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/manual_setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/manual_setup.sh b/scripts/manual_setup.sh
index 2eead0c..57acad7 100644
--- a/scripts/manual_setup.sh
+++ b/scripts/manual_setup.sh
@@ -12,6 +12,9 @@ cp -v themes/hugo-product-launch/package-lock.json .
echo 'Git: Copy .gitignore'
cp -v themes/hugo-product-launch/.gitignore .
+echo 'NodeJS: Copy .nvmrc'
+cp -v themes/hugo-product-launch/.nvmrc .
+
echo 'NodeJS: Install dependencies'
echo 'NodeJS Version:'
node -v