diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index dcad156..a202a5c 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -45,12 +45,19 @@ Autoprefixer & Babel is set to support: These can be updated at any time within the `package.json`. -### Run the following commands from the theme directory -If you haven't yet, install nvm: -https://github.com/creationix/nvm +### Run the following command from the theme directory + +`ddev npm install` + +### Alternat non-DDEV + +Run the following command from the theme directory (that's the folder where this README is). #### Use the right version of node with: +If you haven't yet, install nvm: +https://github.com/creationix/nvm + `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._