Skip to content

Commit

Permalink
docs: add info about pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Oct 4, 2024
1 parent 7fe2cbd commit 0676efc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Open source repo for app.100xdevs.com

## Running Locally

> [!NOTE]
> This project uses [pnpm](https://pnpm.io/) only as a package manager.
1. Clone the repository:

```bash
Expand Down Expand Up @@ -59,6 +62,7 @@ pnpm run prisma:migrate
```

7. Generate prisma client

```bash
pnpm prisma generate
```
Expand Down

0 comments on commit 0676efc

Please sign in to comment.