From e8ed66e37cb9b91429b1d74521e7cc5c462d302a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 08:58:20 -0400 Subject: [PATCH] Format readme --- web/themes/custom/geofresco/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index 66f5693..b23a098 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -50,14 +50,17 @@ If you haven't yet, install nvm: https://github.com/creationix/nvm #### Use the right version of node with: + `nvm use` _This command will look at your `.nvmrc` file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency._ #### If that version of node isn't installed, install it with: + `nvm install` #### Install npm dependencies with + `npm install` _This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include gulp, autoprefixer, gulp-sass and others._