Skip to content

Commit 4162ba3

Browse files
Merge pull request #139 from priyankarpal/migrate
chore(dep): migrate to pnpm #115
2 parents 3af76b5 + 5645a37 commit 4162ba3

File tree

4 files changed

+2746
-8
lines changed

4 files changed

+2746
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,16 @@ Go to the project directory
2323
cd hacktoberfest-projects
2424
```
2525

26-
Install dependencies
26+
Install dependencies (if you want to use `npm` you can use but its recommended to use `pnpm`)
2727

2828
```bash
29-
yarn
30-
# or
31-
npm install
29+
pnpm i
3230
```
3331

3432
Start the server
3533

3634
```bash
37-
yarn dev
38-
# or
39-
npm run dev
35+
pnpm dev
4036
```
4137

4238
## Tech Stack

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
"tailwindcss": "^3.3.3",
4141
"typescript": "5.2.2"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)