Skip to content

@prezly/admin-ui-v2

admin-ui-v2 is the current Prezly internal admin dashboard.

It replaces the legacy admin-ui project and is built with modern React + TypeScript tooling.

Setup Instructions

See SETUP.md

Technologies used

Common make commands

CommandDescription
make cleanRemove generated dependencies/build artifacts.
make freshClean and reinstall dependencies with pnpm.
make appInstall dependencies (if needed) and start local dev server.