-
Notifications
You must be signed in to change notification settings - Fork 4
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.
This is where the bulk of the code is located. All the logic and code for the component is here.
This is a wrapper for react-mla, that creates is as a plain webcomponent able to be mounted on any page.
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.
This is a poc showing how mla can be used in an electron application