refactor: Change package manager to yarn

This commit is contained in:
Bart van der Braak 2023-06-06 20:13:57 +02:00
parent 67c303221c
commit c495046347
4 changed files with 3217 additions and 7801 deletions

View file

@ -12,15 +12,15 @@
To install the project and its dependencies, follow these steps:
1. Ensure you have `pnpm` installed on your system. If not, you can install it by running:
1. Ensure you have `yarn` installed on your system. If not, you can install it by running:
```sh-session
npm install -g pnpm
npm install -g yarn
```
2. Run the following command to install the project dependencies:
```sh-session
pnpm install
yarn install
```
### Environment Variables
@ -38,7 +38,7 @@ After setting up the required services, you need to set the corresponding enviro
To build the project, execute the following command:
```sh-session
pnpm build
yarn build
```
## Run
@ -46,5 +46,5 @@ pnpm build
To run the project locally, use the following command:
```sh-session
pnpm run dev
yarn dev
```

4278
package-lock.json generated

File diff suppressed because it is too large Load diff

3518
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

3212
yarn.lock Normal file

File diff suppressed because it is too large Load diff