mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
Self-hostable dashboard using connectors to a multitude of ticketing systems. (SvelteKit, Shadcn-Svelte & Pocketbase)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
backend | ||
src | ||
static | ||
.env.example | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
components.json | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
unlighthouse.config.ts | ||
vite.config.ts |
Omnidash
Open Source Multi-client Ticket Dashboard
Installation
To install the project and its dependencies, follow these steps:
-
Ensure you have
pnpm
installed 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.example
file:cp .env.example .env
- Open the
.env
file 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