/onelayout

Primary LanguageTypeScriptMIT LicenseMIT

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