Skip to content

PluralKit dashboard rewrite, using sveltekit and svelte 5

Notifications You must be signed in to change notification settings

PluralKit/dashboard

Repository files navigation

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" \
  .

About

PluralKit dashboard rewrite, using sveltekit and svelte 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages