PKStatus Display PluralKit systems and their current status App Screenshots 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]