mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 23:41:21 +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:
|
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
|
||||||
|
@ -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:
|
To build the project, execute the following command:
|
||||||
|
|
||||||
```sh-session
|
```sh-session
|
||||||
pnpm build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
@ -52,5 +52,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
|
||||||
```
|
```
|
||||||
|
|
|
@ -14,6 +14,7 @@ export const metadata: Metadata = {
|
||||||
template: "%s | Omnidash",
|
template: "%s | Omnidash",
|
||||||
},
|
},
|
||||||
description: "Open Source Multi-client Ticket Dashboard",
|
description: "Open Source Multi-client Ticket Dashboard",
|
||||||
|
metadataBase: new URL('https://omnidash.io'),
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Omnidash",
|
title: "Omnidash",
|
||||||
description: "Open Source Multi-client Ticket Dashboard",
|
description: "Open Source Multi-client Ticket Dashboard",
|
||||||
|
|
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