Chore: migrate to pnpm only (#4907)

This commit is contained in:
shamoon
2025-03-11 09:41:25 -07:00
committed by GitHub
parent bb5cb36491
commit 1f282a1a93
5 changed files with 8 additions and 8772 deletions

View File

@@ -111,7 +111,7 @@ First, clone the repository:
git clone https://github.com/gethomepage/homepage.git
```
Then install dependencies and build the production bundle (I'm using pnpm here, you can use npm or yarn if you like):
Then install dependencies and build the production bundle:
```bash
pnpm install