Documentation - v19.2.0-dev
    Preparing search index...

    Documentation - v19.2.0-dev

    TeiaViewer

    Lines of Code Duplicated Lines (%) Coverage Code Smells Vulnerabilities Bugs

    https://teiaviewer.teia-solution.com

    You can automatically load a Twin or a File from TeiaTwin when logged in by using url params.

    The code is a monorepo divided in packages, published to the npm feed, and apps using npm workspaces. Turbo is used to manage the build dependency.

    • For production builds, packages are built in order and their dist is used in further build steps
    • For development, the demo app directly use the source code from packages using a custom export condition.

    Warning: Since development is using source code from packages directly, any marked @internal function or property would be accessible to packages using other packages. You should not use these internals. This behavior is not allowed in production build. Thus, result may differ from development and production builds.

    dev -- Starts the development of the demo app

    build -- Build packages and apps via turbo

    build:apps -- Build only apps (and dependent packages)

    build:packages -- Build only packages

    build:website -- Build the main page of the demo website using the apps dist

    serve -- Will serve the website build

    test -- Starts the test via vitest in watch mode

    test:coverage -- Run the tests once and gather coverage

    i18n:extract -- Extract the i18n translation keys into the locales dict

    spell-- Will check source code spelling