Admin-only Vue 3 management portal for the FunderMaps platform — manages users,
organisations and mapsets. Access is restricted to users with the administrator
role (enforced via a router guard). Authentication is OIDC (authorization-code +
PKCE) against the FunderMaps API.
Stack: Vue 3 (<script setup>), TypeScript, Pinia, Vue Router, Tailwind CSS 4,
Vite. Package manager: pnpm.
pnpm installpnpm devpnpm buildpnpm lint
pnpm formatSet VITE_FUNDERMAPS_URL to the API base URL (see .env). See
Vite Configuration Reference for build options.