Skip to content

Commit

Permalink
ci: update install instructions (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 29, 2023
1 parent f2e4dbe commit 92c12e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.2
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,21 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup

```sh
npm install
# installs husky pre-commit hook
# If you use nvm, install the node version specified in .nvmrc
head .nvmrc | nvm install
nvm use

# Clone the repository
git clone git@github.com:ecolabdata/ecospheres-front.git
cd ecospheres-front

# Clean the cache
npm cache --force clean

# Do a clean install
npm clean-install --force

# Install Husky pre-commit hooks
npm run prepare
```

Expand Down

0 comments on commit 92c12e8

Please sign in to comment.