readme: update yarn to pnpm

This commit is contained in:
Kavin 2023-06-17 05:35:30 +01:00 committed by GitHub
parent 184f2ffb44
commit 69fa400ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,13 +103,13 @@ You can help by translating the project to a language you speak at https://hoste
### Development Setup
```
yarn install
pnpm install
```
### Compiles and hot-reloads for development
```
yarn serve
pnpm serve
```
You can now make changes and view then in realtime!