Self-hostable dashboard using connectors to a multitude of ticketing systems. (SvelteKit, Shadcn-Svelte & Pocketbase)
Find a file
dependabot[bot] ab6ab6622d
build(deps-dev): bump postcss-load-config from 5.0.2 to 5.0.3
Bumps [postcss-load-config](https://github.com/postcss/postcss-load-config) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/postcss/postcss-load-config/releases)
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-load-config/compare/5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: postcss-load-config
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 11:41:27 +00:00
.github fix: use correct auth retrieval curl 2024-02-19 12:20:54 +01:00
backend feat: update tag to specific version 2024-02-19 12:33:32 +01:00
src refactor: formatting 2024-02-19 11:11:31 +01:00
static chore: move structure to root 2024-02-16 08:48:59 +01:00
.env.example chore: move structure to root 2024-02-16 08:48:59 +01:00
.eslintignore feat: change pb updates 2024-02-18 12:05:46 +01:00
.eslintrc.cjs chore: move structure to root 2024-02-16 08:48:59 +01:00
.gitignore feat: unlighthouse configuration and dependencies 2024-02-19 10:54:28 +01:00
.npmrc chore: move structure to root 2024-02-16 08:48:59 +01:00
.prettierignore feat: change pb updates 2024-02-18 12:05:46 +01:00
.prettierrc chore: move structure to root 2024-02-16 08:48:59 +01:00
components.json chore: move structure to root 2024-02-16 08:48:59 +01:00
LICENSE docs: add readme and license 2024-02-16 08:43:27 +01:00
package.json build(deps-dev): bump postcss-load-config from 5.0.2 to 5.0.3 2024-02-19 11:41:27 +00:00
pnpm-lock.yaml build(deps-dev): bump postcss-load-config from 5.0.2 to 5.0.3 2024-02-19 11:41:27 +00:00
postcss.config.cjs chore: move structure to root 2024-02-16 08:48:59 +01:00
README.md docs: add readme and license 2024-02-16 08:43:27 +01:00
svelte.config.js chore: move structure to root 2024-02-16 08:48:59 +01:00
tailwind.config.js chore: move structure to root 2024-02-16 08:48:59 +01:00
tsconfig.json chore: move structure to root 2024-02-16 08:48:59 +01:00
unlighthouse.config.ts refactor: remove throttle 2024-02-19 12:37:13 +01:00
vite.config.ts chore: move structure to root 2024-02-16 08:48:59 +01:00

Omnidash

Open Source Multi-client Ticket Dashboard

Installation

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:

    npm install -g pnpm
    
  2. 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:

  1. Make a copy of the .env.example file:
    cp .env.example .env
    
  2. 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