@cookiepal-oss/dashboard
v1.3.0
Published
Web dashboard for editing cookie categories, banner appearance, and translations.
Readme
@cookiepal-oss/dashboard
Web UI for reviewing crawled cookies, editing categories and descriptions, tuning banner appearance, managing translations, and configuring the optional backend URL.
Not meant to be run standalone. The CLI (@cookiepal-oss/cli dashboard) serves this package's built assets plus its own HTTP API on http://localhost:3001.
Develop
# Terminal 1: serve the API
pnpm --filter @cookiepal-oss/cli dev -- dashboard --api-only
# Terminal 2: Vite dev server with HMR
pnpm --filter @cookiepal-oss/dashboard devBuild
pnpm --filter @cookiepal-oss/dashboard buildThe CLI reads from dist/ when serving the dashboard command, so rebuild after any UI change.
Typecheck
pnpm --filter @cookiepal-oss/dashboard typecheckLicense
MIT. See repo root.
