dashboard Svelte Themes

Dashboard

PluralKit dashboard rewrite, using sveltekit and svelte 5

This the SvelteKit rewrite of PluralKit's dashboard. It uses svelte 5.

Development

Developing the dashboard requires node.js v20 and pnpm.

Create a .env file in the repository root with the following variables

Building

Building can either be done using pnpm build or docker build.

Example docker build command

docker build -t pluralkit-dashboard \
  --build-arg="base_api_url=https://api.pluralkit.me" \
  --build-arg="repository_url=https://github.com/PluralKit/dashboard" \
  .

Top categories

Loading Svelte Themes