You can build via Nix:
nix build .#dashboardOr inside the Nix shell (enter via nix develop or
nix-direnv) for a more
interactive experience:
pnpm install # Installs dependencies
pnpm run serve # Compiles and hot-reloads for development
pnpm run build # Compiles and minifies for production
pnpm run lint # Lints files (use lint:fix to automatically apply fixes)