Skip to content

Commit

Permalink
ci: simplifie le README.md (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 29, 2023
1 parent 92c12e8 commit 2777042
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 2777042

Please sign in to comment.