Skip to content

Start Page

The Start Page app is a prototype designed to provide users with quick access to other apps on the platform, as well as external ACE products. With Start Page, users can access shortcuts to their favorite apps and external tools, streamlining their workflow and boosting productivity.

WARNING

For this app to function, it requires the Alliance Data backend.
Please note that this backend is exclusively accessible to developers from team Alliance.

How to install

  1. Install as developer dependency

    npm install -D @webprovisions-registry/alliance-app-start-page --registry https://registry.webprovisions.io
  2. Add app to your Alliance configuration file.

    ts
    // alliance.config.ts
    import { defineConfig } from '@telia-ace/alliance-framework/config';
    
    export default defineConfig({
        server: {
            apps: ['@webprovisions-registry/alliance-app-start-page'],
        },
    });

Capabilities

No available capabilities.

Managed Objects

No available managed objects.