Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dist-ssr


package-lock.json
pnpm-lock.yaml

*storybook.log
storybook-static
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ https://github.com/users/egdev6/projects/1/views/1

## 🔧 Installation

NOTE: You can install nvm (UNIX - https://github.com/nvm-sh/nvm) or nvm-windows (windows - https://github.com/coreybutler/nvm-windows) to manage multiple node versions.
If you haven't pnpm installed, you can read how to install on the documentation https://pnpm.io/installation

1 - Clone the repository

2 - Use node version
Expand All @@ -65,14 +68,6 @@ nvm use

3 - Install dependencies

NPM

```
npm install
```

or

PNPM
```
pnpm install
Expand Down
Loading
Loading