mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-10-28 23:19:11 +00:00
Self-hostable dashboard using connectors to a multitude of ticketing systems. (SvelteKit, Shadcn-Svelte & Pocketbase)
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| app | ||
| components | ||
| hooks | ||
| lib | ||
| public | ||
| .editorconfig | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| LICENSE | ||
| middleware.ts | ||
| next.config.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| toast-provider.tsx | ||
| tsconfig.json | ||
| yarn.lock | ||
Omnidash
Open Source Multi-client Ticket Dashboard
Installation
To install the project and its dependencies, follow these steps:
-
Ensure you have
yarninstalled on your system. If not, you can install it by running:npm install -g yarn -
Run the following command to install the project dependencies:
yarn 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
/apps/web/.envfile in a text editor and populate the values for the services mentioned above.
Build
To build the project, execute the following command:
yarn build
Run
To run the project locally, use the following command:
yarn dev