mirror of
https://codeberg.org/Semafor/workbook-dashboard
synced 2026-07-28 20:16:25 +02:00
No description
- Vue 70.8%
- TypeScript 27.7%
- Pug 0.8%
- HTML 0.7%
| .github/workflows | ||
| .mvn/wrapper | ||
| src | ||
| .gitignore | ||
| index.html | ||
| LICENSE | ||
| mvnw | ||
| mvnw.cmd | ||
| package-lock.json | ||
| package.json | ||
| pom.xml | ||
| README.md | ||
| sonar-project.properties | ||
| tsconfig.json | ||
| vite.config.ts | ||
intens-db-service-dashboard
A dashboard for intens-db-service
Build Setup
To build the dashboard you need to first install its node dependencies
npm install
And then do the build with
npm run build
This will create a folder called dist in which the compiled output will be.