Skip to content

Commit

Permalink
replace yarn with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 31, 2024
1 parent 3d9e68d commit 27c99b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The project is built using next.js.
After cloning the repository, run the following command to install the dependencies:

```bash
yarn install
pnpm install
```

To start the development server, run the following command:

```bash
yarn dev
pnpm dev
```

> when you run `yarn dev`, a file named `outline.json` will be created in th `/content` directory. This file is used to generate the table of contents for the website.
Expand All @@ -25,7 +25,7 @@ yarn dev
To run the tests, run the following command:

```bash
yarn test
pnpm test
```


Expand Down

0 comments on commit 27c99b7

Please sign in to comment.