Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 531 Bytes

contributing.md

File metadata and controls

25 lines (16 loc) · 531 Bytes

Contributing

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 components
  • packages/babel-jsx: babel plugin that adds locatorJS data attributes to the JSX elements
  • apps/web: locatorjs.com website

Build

To build all apps and packages, run the following command:

pnpm build