Skip to content
/ pkstatus Public

Display current fronters for systems using PluralKit

License

Notifications You must be signed in to change notification settings

z0w13/pkstatus

Repository files navigation

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]