Merge pull request #5 from bartvdbraak/task/switch-package-manager

Task/switch package manager
This commit is contained in:
Bart van der Braak 2023-06-06 20:36:45 +02:00 committed by GitHub
commit ce9d7fb452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3218 additions and 7801 deletions

View file

@ -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
```

View file

@ -14,6 +14,7 @@ export const metadata: Metadata = {
template: "%s | Omnidash",
},
description: "Open Source Multi-client Ticket Dashboard",
metadataBase: new URL('https://omnidash.io'),
openGraph: {
title: "Omnidash",
description: "Open Source Multi-client Ticket Dashboard",

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