mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-10-27 06:29:11 +00:00
Self-hostable dashboard using connectors to a multitude of ticketing systems. (SvelteKit, Shadcn-Svelte & Pocketbase)
| backend | ||
| web | ||
| LICENSE | ||
| README.md | ||
Omnidash
Open Source Multi-client Ticket Dashboard
Installation
To install the project and its dependencies, follow these steps:
-
Ensure you have
pnpminstalled on your system. If not, you can install it by running:npm install -g pnpm -
Run the following command to install the project dependencies:
pnpm install
Environment Variables
After setting up the required services, you need to set the corresponding environment variables in the /.env file. To do this, follow these steps:
- Make a copy of the
.env.examplefile:cp .env.example .env - Open the
.envfile in a text editor and populate the values for the services mentioned above.
Build
To build the project, execute the following command:
pnpm build
Run
To run the project locally, use the following command:
pnpm turbo run dev