mirror of
https://github.com/gotson/komga.git
synced 2026-04-01 11:05:54 +02:00
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .eslintrc-auto-import.json | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.json | ||
| eslint.config.js | ||
| index.html | ||
| openapi-generator.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| README.md | ||
| tsconfig.json | ||
Komga (komga-webui-v2)
Komga client
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn lint
# or
npm run lint
Format the files
yarn format
# or
npm run format
Build the app for production
quasar build