mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
Merge pull request #5 from bartvdbraak/task/switch-package-manager
Task/switch package manager
This commit is contained in:
commit
ce9d7fb452
5 changed files with 3218 additions and 7801 deletions
10
README.md
10
README.md
|
@ -18,15 +18,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
|
||||
|
@ -44,7 +44,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
|
||||
|
@ -52,5 +52,5 @@ pnpm build
|
|||
To run the project locally, use the following command:
|
||||
|
||||
```sh-session
|
||||
pnpm run dev
|
||||
yarn dev
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue