Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 345 Bytes

File metadata and controls

19 lines (13 loc) · 345 Bytes

Listenarr Docs

Documentation website for Listenarr, built with Docusaurus.

Local development

npm install
npm run sync:listenarr -- --repo ../Listenarr
npm run start

Production build

npm run build

The bundled API UI and OpenAPI document are generated from the Listenarr repo by scripts/sync-listenarr.mjs.