Skip to content

Commit

Permalink
Merge pull request #2 from davideprevosto/fix/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nima70 authored Oct 26, 2024
2 parents 2e8a503 + 299d36b commit 4fb060e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ Clone this repository:
git clone https://github.com/nima70/keycloakify-tailwind-shadcn.git
```

Run the project locally:
Install dependencies:

```bash
npm install --legacy-peer-deps
```

Run the project locally:

```bash
npm run prestart
npm run storybook
```
Expand Down

0 comments on commit 4fb060e

Please sign in to comment.