This is a turborepo for OneLayout library.
To install all turborepo dependencies, just run this command in the root:
npm i
To build all apps and packages, run the following command:
npm run build
To develop all apps and packages, run the following command:
npm run dev