Repo is based on Workspaces and Turborepo
To develop all apps and packages, run the following command:
pnpm dev
packages/runtime
: runtime - the part which is included in bundle and shows the bounding boxes of all componentspackages/babel-jsx
: babel plugin that adds locatorJS data attributes to the JSX elementsapps/web
: locatorjs.com website
To build all apps and packages, run the following command:
pnpm build