From 2777042a425f16bbd823603f00e038c1a63a28b8 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 29 Nov 2023 16:03:48 +0100 Subject: [PATCH] ci: simplifie le README.md (#107) --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 65a5e51ea..ac7ace9c0 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,13 @@ See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh -# If you use nvm, install the node version specified in .nvmrc -head .nvmrc | nvm install +# If you use nvm: nvm use -# Clone the repository -git clone git@github.com:ecolabdata/ecospheres-front.git -cd ecospheres-front +# Do a clean install: +npm cache verify && npm clean-install -# Clean the cache -npm cache --force clean - -# Do a clean install -npm clean-install --force - -# Install Husky pre-commit hooks +# Install Husky pre-commit hooks: npm run prepare ```