z0w13 / pkstatus

Display current fronters for systems using PluralKit
https://z0w13.github.io/pkstatus/
MIT License
0 stars 0 forks source link
pluralkit

PKStatus

Display PluralKit systems and their current status

App Screenshots

A screenshot of the status page

Install the dependencies

pnpm install

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

pnpm run dev

Lint the files

pnpm run lint

Format the files

pnpm run format

Build the app for production

# single-page application (webapp)
pnpm exec quasar build
# electron (desktop app)
pnpm exec quasar build -m electron -T [win|linux|mac]