Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 604 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 604 Bytes

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]