Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 362 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 362 Bytes

Turborepo for OneLayout

This is a turborepo for OneLayout library.

Install

To install all turborepo dependencies, just run this command in the root:

npm i

Build

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

npm run build

Develop

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

npm run dev