The AntelopeJS dashboard management system. This repository is a pnpm workspace holding two published packages:
| Package | What it is |
|---|---|
@antelopejs/dms |
the runtime module: pages, components, auth and tenancy, files, notifications, realtime |
@antelopejs/interface-dms |
the public contracts a module imports to extend the dashboard |
Start with the DMS readme and the documentation.
pnpm install
pnpm build
pnpm testEach package also runs on its own: pnpm --dir packages/dms <script>.