Skip to content

project

Racemovie edited this page Dec 20, 2024 · 1 revision

In the root folder you find

apps
  web
  desktop
packages
  react-mla
  webcomponent-mla
tools
package.json
...config files

Running pnpm i will install packages in all apps / packages (workspaces). pnpm dev starts the apps/web project.

packages/react-mla

This is where the bulk of the code is located. All the logic and code for the component is here.

packages/webcomponent-mla

This is a wrapper for react-mla, that creates is as a plain webcomponent able to be mounted on any page.

apps/web

An example showing how the webcomponent can be used on a page. This also has a few demo methods for greating grahps and mock data. This is what's running on our demo page.

apps/desktop

This is a poc showing how mla can be used in an electron application

Clone this wiki locally