0.6.2 • Published 3 years ago

kikoeru-quasar v0.6.2

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

Kikoeru (kikoeru-quasar)

A self-hosted web media player for listening to your DLsite voice works.

unstable build status

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

If you prefer SPA:

quasar build

If you prefer PWA:

quasar build -m pwa

Customize the configuration

See Configuring quasar.conf.js.