Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 433 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 433 Bytes

OwnTwin

OwnTwin is a framework for User-driven micro digital twins.

Documentation

See https://beta.owntwin.com/docs/.

Development

This monorepo is managed with Turborepo.

Build

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

npm install
npm run build

Develop

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

npm install
npm run dev