https://teiaviewer.teia-solution.com
You can automatically load a Twin or a File from TeiaTwin when logged in by using url params.
https://teiaviewer.teia-solution.com?projectId=71&fileId=891
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.
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