← all docs
← all docs
pds-dash
atprotopdsdashboarddenosvelte
pds-dash is a frontend dashboard with stats for your AT Protocol PDS.
Setup
Prerequisites
Installing
Clone the repo, copy config.ts.example to config.ts, and edit it:
git clone git@github.com:ewanc26/pds-dash-tophhie
cd pds-dash-tophhie
cp config.ts.example config.ts
deno install
Development Server
deno task dev
Building
deno task build
Output goes to dist/.
Configuring
config.ts is the main configuration file.
Theming
Themes are located in the themes/ directory. Create your own by copying an existing theme and modifying theme.css. Switch themes by changing the theme property in config.ts.
License
MIT
← all docs