Contributing
September 22, 2023 ยท View on GitHub
Repo is based on Workspaces and Turborepo
Develop
To develop all apps and packages, run the following command:
pnpm dev
Projects
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
Build
To build all apps and packages, run the following command:
pnpm build