mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
refactor: Change package manager to yarn
This commit is contained in:
parent
67c303221c
commit
c495046347
4 changed files with 3217 additions and 7801 deletions
10
README.md
10
README.md
|
@ -12,15 +12,15 @@
|
||||||
|
|
||||||
To install the project and its dependencies, follow these steps:
|
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
|
```sh-session
|
||||||
npm install -g pnpm
|
npm install -g yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the following command to install the project dependencies:
|
2. Run the following command to install the project dependencies:
|
||||||
```sh-session
|
```sh-session
|
||||||
pnpm install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### 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:
|
To build the project, execute the following command:
|
||||||
|
|
||||||
```sh-session
|
```sh-session
|
||||||
pnpm build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
@ -46,5 +46,5 @@ pnpm build
|
||||||
To run the project locally, use the following command:
|
To run the project locally, use the following command:
|
||||||
|
|
||||||
```sh-session
|
```sh-session
|
||||||
pnpm run dev
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
4278
package-lock.json
generated
4278
package-lock.json
generated
File diff suppressed because it is too large
Load diff
3518
pnpm-lock.yaml
3518
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue